From c569a2cb3813bfca92b426b2be2dd4527fcf71cd Mon Sep 17 00:00:00 2001 From: Bo Jeanes Date: Mon, 29 Jul 2024 13:31:09 +1000 Subject: [PATCH] Configure default branch for new repos to 'main' --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index fca9125..dc4fd66 100644 --- a/flake.nix +++ b/flake.nix @@ -244,6 +244,8 @@ extraConfig = { apply.whitespace = "fix"; + init.defaultbranch = "main"; + color = { ui = "auto"; branch = "auto";