mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
change kitty theme
This commit is contained in:
parent
690eb9525e
commit
80d6a53d2c
@ -6,13 +6,12 @@ in {
|
|||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "Catppuccin-Mocha";
|
theme = "Dracula";
|
||||||
font.name = "JetBrainsMono Nerd Font";
|
font.name = "JetBrainsMono Nerd Font";
|
||||||
shellIntegration.mode = "no-cursor";
|
shellIntegration.mode = "no-cursor";
|
||||||
settings = {
|
settings = {
|
||||||
disable_ligatures = "never";
|
disable_ligatures = "never";
|
||||||
cursor_shape = "block";
|
cursor_shape = "block";
|
||||||
share_connections = "no";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user