From 394312a18452c6e43f7baf406fba85705100421c Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 22 Nov 2024 12:02:00 +0100 Subject: [PATCH] Kitty: set editor --- modules/hm/kitty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/kitty.nix b/modules/hm/kitty.nix index a79fcad..10999d1 100644 --- a/modules/hm/kitty.nix +++ b/modules/hm/kitty.nix @@ -37,7 +37,7 @@ in close_on_child_death = "yes"; clipboard_control = "write-clipboard write-primary read-clipboard read-primary"; disable_ligatures = "never"; - editor = "kak"; + editor = "nvim"; } // strPalette; keybindings = { "ctrl+shift+t" = "new_tab_with_cwd";