Make kitty use more mc friendly theme
This commit is contained in:
@ -32,7 +32,10 @@ in
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
shellIntegration.enableFishIntegration = true;
|
||||
themeFile = "Catppuccin-Mocha";
|
||||
# themeFile = "Catppuccin-Mocha";
|
||||
extraConfig = ''
|
||||
include ${./theme-one-half-dark.conf}
|
||||
'';
|
||||
settings = {
|
||||
enable_audio_bell = false;
|
||||
confirm_os_window_close = 0; # no ask on quit
|
||||
|
Reference in New Issue
Block a user