diff --git a/home/home.nix b/home/home.nix index 638981f..88b1502 100644 --- a/home/home.nix +++ b/home/home.nix @@ -37,6 +37,7 @@ in userName = "Spotlight"; userEmail = "spotlight@joscomputing.space"; extraConfig = { + core.editor = "${pkgs.vim}/bin/vim"; color.ui = "auto"; pull.rebase = true; init.defaultBranch = "main";