From 3b9774a20dbda7492f129a7636e32d9ea8cef6b6 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 15 Sep 2026 05:39:48 +0530 Subject: [PATCH] feat(desktop): add cursor trail to kitty --- modules/hm/desktop/kitty.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hm/desktop/kitty.nix b/modules/hm/desktop/kitty.nix index 2dcfe18..406c1c3 100644 --- a/modules/hm/desktop/kitty.nix +++ b/modules/hm/desktop/kitty.nix @@ -17,6 +17,8 @@ enable_audio_bell = false; confirm_os_window_close = 0; + cursor_trail = 3; + # Window window_padding_width = 10;