nix-config/home/git.nix

11 lines
169 B
Nix

{
programs.git = {
enable = true;
userName = "EinEtwas";
userEmail = "ein@etwas.me";
extraConfig = {
push.autoSetupRemote = true;
};
};
}