diff --git a/home/git.nix b/home/git.nix index c73f24e..2101e64 100644 --- a/home/git.nix +++ b/home/git.nix @@ -6,12 +6,9 @@ userName = "Katherina Walshe-Grey"; userEmail = "git@qenya.tel"; extraConfig = { - init = { - defaultBranch = "main"; - }; - push = { - autoSetupRemote = true; - }; + init.defaultBranch = "main"; + pull.rebase = true; + push.autoSetupRemote = true; }; }; }