From a89666b60775e17660745c81ff7072fd53435ec5 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Sun, 5 Apr 2026 22:28:06 +0200 Subject: chore: set default branch to main --- modules/home/git.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/home') diff --git a/modules/home/git.nix b/modules/home/git.nix index 1915304..85665ab 100644 --- a/modules/home/git.nix +++ b/modules/home/git.nix @@ -42,6 +42,7 @@ diff.renames = "copies"; help.autocorrect = 1; merge.log = true; + init.defaultBranch = "main"; push.autoSetupRemote = true; github.user = "simenandre"; pull.rebase = true; -- cgit v1.2.3