From 8b3eb263a8456dc937d52609e18f655174ee1cf1 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Tue, 23 Apr 2024 08:32:42 -0500 Subject: [PATCH] Ensure vim is used with git as an editor --- home/home.nix | 1 + 1 file changed, 1 insertion(+) 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";