various fixes

This commit is contained in:
Miguel Palhas
2026-06-27 11:21:45 +01:00
parent 753426fd91
commit 559edbe89a
11 changed files with 44 additions and 29 deletions
+2 -1
View File
@@ -36,6 +36,8 @@ in
{
programs.kitty = {
enable = true;
# Fixed theme — noctalia no longer toggles kitty with dark/light mode.
themeFile = "Catppuccin-Mocha";
settings = {
confirm_os_window_close = 0;
cursor_trail = 1;
@@ -101,7 +103,6 @@ in
};
extraConfig = ''
include themes/noctalia.conf
cursor_shape block
'';
};