diff --git a/home/modules/kitty.nix b/home/modules/kitty.nix index 16fbc29..40c62a5 100644 --- a/home/modules/kitty.nix +++ b/home/modules/kitty.nix @@ -22,6 +22,9 @@ in background = "#050505"; background_opacity = 0.98; font_size = 12; + + # FIXME: I really should remove this + allow_remote_control = "yes"; }; extraConfig = "include ${../../home/kitty/alacritty-colors.conf}";