From 7564cff2a9ca600df368732aab7455e1cd4e5047 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sun, 15 Feb 2026 11:08:44 +0100 Subject: [PATCH] add cursor trail --- modules/home-manager/terminal/kitty.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/terminal/kitty.nix b/modules/home-manager/terminal/kitty.nix index b0a2780..2f229cc 100644 --- a/modules/home-manager/terminal/kitty.nix +++ b/modules/home-manager/terminal/kitty.nix @@ -8,6 +8,7 @@ in enable = true; settings = { cursor = "#c7c7c7"; + cursor_trail = 3; cursor_text_color = "#feffff"; selection_foreground = "#3e3e3e"; selection_background = "#c1ddff";