aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home
diff options
context:
space:
mode:
authorSimen A. W. Olsen <hello@simenandre.no>2026-04-05 22:28:06 +0200
committerSimen A. W. Olsen <hello@simenandre.no>2026-04-05 22:28:06 +0200
commita89666b60775e17660745c81ff7072fd53435ec5 (patch)
treea96d2d4e3aef1c8260ebedf9305a01070c58fa07 /modules/home
parentfc004fae7352a78b142d8d931ac96f1361d43af6 (diff)
downloaddotfiles-a89666b60775e17660745c81ff7072fd53435ec5.tar.gz
dotfiles-a89666b60775e17660745c81ff7072fd53435ec5.zip
chore: set default branch to main
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/git.nix1
1 files changed, 1 insertions, 0 deletions
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;