add cursor trail
All checks were successful
nixos config pipeline / show-flake (push) Successful in 30s
nixos config pipeline / deploy (push) Successful in 40s

This commit is contained in:
smayzy 2026-02-15 11:08:44 +01:00
parent 9d0b8aa3c2
commit 7564cff2a9

View File

@ -8,6 +8,7 @@ in
enable = true;
settings = {
cursor = "#c7c7c7";
cursor_trail = 3;
cursor_text_color = "#feffff";
selection_foreground = "#3e3e3e";
selection_background = "#c1ddff";