diff --git a/users/gandalf/modules/git.nix b/users/gandalf/modules/git.nix index 8dc6f24..115a8bd 100644 --- a/users/gandalf/modules/git.nix +++ b/users/gandalf/modules/git.nix @@ -12,6 +12,7 @@ init = { defaultBranch = "main"; }; core.editor = "nvim"; pull.rebase = false; + push.autoSetupRemote = true; }; }; }