devos/users/profiles/git/default.nix
2021-04-13 07:05:42 +00:00

12 lines
202 B
Nix

{
programs.git = {
enable = true;
extraConfig = {
pull.rebase = false;
init.defaultBranch = "main";
};
userEmail = "badatnames@tutanota.com";
userName = "bad";
};
}