summary refs log tree commit diff
path: root/mixins/cli.nix
diff options
context:
space:
mode:
Diffstat (limited to 'mixins/cli.nix')
-rw-r--r--mixins/cli.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/mixins/cli.nix b/mixins/cli.nix
index 4137377..6e1f1f3 100644
--- a/mixins/cli.nix
+++ b/mixins/cli.nix
@@ -40,6 +40,10 @@
           userName = "tzlil";
           userEmail = "tzlils@protonmail.com";
           enable = true;
+	  extraConfig = {
+	  	push.autoSetupRemote = true;
+		init.defaultBranch = "master";
+	  };
         };
         direnv = {
           enable = true;