diff --git a/modules/home-manager/git.nix b/modules/home-manager/git.nix index 9c10e02..f37128b 100644 --- a/modules/home-manager/git.nix +++ b/modules/home-manager/git.nix @@ -6,5 +6,9 @@ delta.enable = true; userEmail = "stefan@tague.at"; userName = "s-prechtl"; + extraConfig = { + init.defaultBranch = "master"; + push.autoSetupRemote = true; + }; }; }