nixos-configs/homeModules/git.nix

6 lines
89 B
Nix

{
programs.git = {
enable = true;
settings.init.defaultBranch = "main";
};
}