feat: make default git branch main
1 files changed, 3 insertions(+), 0 deletions(-) M modules/shell/git.nix
M modules/shell/git.nix => modules/shell/git.nix +3 -0
@@ 12,6 12,9 @@ email = "rutherther@proton.me"; name = "Rutherther"; }; + init = { + defaultBranch = "main"; + }; }; }]; };