From fe2b8afda2e59afeb960480db527a0093560623b Mon Sep 17 00:00:00 2001 From: smayzy Date: Wed, 10 Dec 2025 19:03:03 +0100 Subject: [PATCH] set default git branch to main --- hosts/common/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/common/home.nix b/hosts/common/home.nix index e3d2bc6..ad28344 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -49,6 +49,9 @@ email = "smayzy@smayzy.ovh"; name = "smayzy"; }; + init = { + defaultBranch = "main"; + }; }; };