From 505f9b7d3dd9a8c3a23cd2bcf76d3af640e65a8c Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 6 Sep 2023 21:57:21 +0100 Subject: [PATCH] Allow kitty remote control --- users/configs/system/kitty/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/configs/system/kitty/default.nix b/users/configs/system/kitty/default.nix index ed90652..9290f5c 100644 --- a/users/configs/system/kitty/default.nix +++ b/users/configs/system/kitty/default.nix @@ -55,6 +55,8 @@ in { "shell_integration" = "enabled no-cursor"; + "allow_remote_control" = "yes"; + "cursor_shape" = "underline"; "cursor_blink_interval" = 0;