12 lines
206 B
Nix
12 lines
206 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "EinEtwas";
|
|
userEmail = "ein@etwas.me";
|
|
|
|
extraConfig = {
|
|
push.autoSetupRemote = true;
|
|
init.defaultBranch = "master";
|
|
};
|
|
};
|
|
}
|