From f99034752e6de2974793e0e24fd1e44d21b44bd5 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 29 Nov 2024 16:06:22 +0100 Subject: [PATCH] Git: default branch --- modules/hm/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/git.nix b/modules/hm/git.nix index 1a0ad55..b17bb24 100644 --- a/modules/hm/git.nix +++ b/modules/hm/git.nix @@ -117,7 +117,7 @@ in guitool = "meld"; tool = "meld"; }; - # init.defaultBranch = "main"; + init.defaultBranch = "main"; merge = { conflictstyle = "diff3"; guitool = "meld";