From 8c7491481b3b721ae4c6f211927ce69d75745126 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 30 Nov 2022 11:01:49 +0100 Subject: [PATCH] Switch git editor to kakoune --- hm_modules/git.nix | 2 +- thor/hm.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hm_modules/git.nix b/hm_modules/git.nix index 4ef6932..21bb984 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 = "kak"; credential.helper = "cache --timeout=3600 "; delta.navigate = true; delta.side-by-side = true; diff --git a/thor/hm.nix b/thor/hm.nix index b6af65a..c7dba1c 100644 --- a/thor/hm.nix +++ b/thor/hm.nix @@ -107,7 +107,7 @@ ../hm_modules/heif.nix ../hm_modules/helix.nix ../hm_modules/joystickwake.nix - # ../hm_modules/kakoune.nix + ../hm_modules/kakoune.nix ../hm_modules/kdeconnect.nix # ../hm_modules/keepassxc.nix ../hm_modules/kitty.nix