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