change kitty theme

This commit is contained in:
Tyler Starr 2023-11-21 11:59:13 -08:00
parent 690eb9525e
commit 80d6a53d2c

View File

@ -6,13 +6,12 @@ in {
config = lib.mkIf cfg.enable {
programs.kitty = {
enable = true;
theme = "Catppuccin-Mocha";
theme = "Dracula";
font.name = "JetBrainsMono Nerd Font";
shellIntegration.mode = "no-cursor";
settings = {
disable_ligatures = "never";
cursor_shape = "block";
share_connections = "no";
};
};
};