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";