From a90886c623471f9691c56fca53ff1c1151f75d1e Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 7 Apr 2023 09:22:19 +0200 Subject: [PATCH] Git: change editor to Helix --- hm_modules/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm_modules/git.nix b/hm_modules/git.nix index e5d8fb0..db27394 100644 --- a/hm_modules/git.nix +++ b/hm_modules/git.nix @@ -100,7 +100,7 @@ in extraConfig = { "add.interactive".useBuiltin = false; commit.gpgSign = true; - core.editor = "kak"; + core.editor = "hx"; credential.helper = "cache --timeout=3600 "; delta.navigate = true; # delta.side-by-side = true;