nix-dotfiles/nixos/basics/git.nix

3 lines
60 B
Nix

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