From a0cf08f76acf918ca9679810465376da956eddc3 Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Sun, 8 Oct 2023 10:51:23 +0200 Subject: [PATCH] feat: make default git branch main --- modules/shell/git.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/shell/git.nix b/modules/shell/git.nix index 6e25541..1fe97d5 100644 --- a/modules/shell/git.nix +++ b/modules/shell/git.nix @@ -12,6 +12,9 @@ email = "rutherther@proton.me"; name = "Rutherther"; }; + init = { + defaultBranch = "main"; + }; }; }]; }; -- 2.48.1