From 371b87395512415823841bc8b7d16128354ac7fe Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 28 Feb 2024 01:53:00 -0800 Subject: [PATCH] default branch --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index 528e283..4d6bd27 100644 --- a/home.nix +++ b/home.nix @@ -110,6 +110,7 @@ graph = "log --graph --decorate --pretty=oneline --abbrev-commit"; }; extraConfig = { + init.defaultBranch = "main"; core = { editor = "nvim"; autocrlf = "input";