From d85b3aa807ce5d9e43744ec2acb42519f4280423 Mon Sep 17 00:00:00 2001
From: liv <shadows@with.al>
Date: Sun, 29 Sep 2024 20:32:41 +0200
Subject: [PATCH] home: set git default branch name

---
 home/global.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/home/global.nix b/home/global.nix
index 635cfbf..935ea66 100644
--- a/home/global.nix
+++ b/home/global.nix
@@ -28,6 +28,7 @@
     enable = true;
     userEmail = "shadows@with.al";
     userName = "liv";
+    extraConfig = { init = { defaultBranch = "main"; }; };
   };
 
   programs.jujutsu = {