6 lines
101 B
Nix
6 lines
101 B
Nix
{
|
|
flake.modules.nixos.git = { pkgs, ... }: {
|
|
environment.systemPackages = [ pkgs.git ];
|
|
};
|
|
}
|