zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit 0f8e67b734875c0a7dedb02a56a37cb58be2f6fa
parent 33d0155e1985f7ef098606b098a3bf4d9e34d102
Author: Katja (zaphyra) <git@ctu.cx>
Date: Mon, 9 Jun 2025 18:46:48 +0200

config/home/zaphyra/programs/git: set default branch name
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/home/zaphyra/programs/git.nix b/config/home/zaphyra/programs/git.nix
@@ -31,7 +31,7 @@
     extraConfig = {
       features.manyFiles = true;
       pull.rebase = false;
-      #        "url \"git@git.ctu.cx:\"".insteadOf = "https://git.ctu.cx/";
+      init.defaultBranch = "main";
     };
   };