From e653b4eec31ec925db1782fe4b85812b1bc02a7c Mon Sep 17 00:00:00 2001 From: kat witch Date: Wed, 21 Apr 2021 22:45:09 +0100 Subject: [PATCH] profiles/kat: Git default branch "main" --- profiles/kat/home/git.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/kat/home/git.nix b/profiles/kat/home/git.nix index 19806e0e..929feeff 100644 --- a/profiles/kat/home/git.nix +++ b/profiles/kat/home/git.nix @@ -15,6 +15,9 @@ userName = "kat witch"; userEmail = "kat@kittywit.ch"; extraConfig = { + init = { + defaultBranch = "main"; + }; protocol.gcrypt.allow = "always"; annex = { autocommit = false;