nixos/system/git.nix
2024-05-15 03:44:00 +02:00

8 lines
79 B
Nix

{ ... }:
{
programs.git = {
enable = true;
lfs.enable = true;
};
}