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";