nix-config/modules2/git/enable.nix

3 lines
65 B
Nix

{
flake.modules.homeManager.base.programs.git.enable = true;
}