mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 06:46:11 +01:00
14 lines
212 B
Nix
14 lines
212 B
Nix
{
|
||
programs.git = {
|
||
enable = true;
|
||
|
||
userName = "Michał Czyż";
|
||
userEmail = "mike@c2yz.com";
|
||
|
||
extraConfig = {
|
||
init.defaultBranch = "main";
|
||
push.autoSetupRemote = true;
|
||
};
|
||
};
|
||
}
|