Regenerated
This commit is contained in:
@@ -32,26 +32,17 @@ in
|
||||
#################################
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
|
||||
extraConfig = ''
|
||||
# Include the Catppuccin-Mocha theme
|
||||
include themes/Catppuccin-Mocha.conf
|
||||
'';
|
||||
};
|
||||
|
||||
#################################
|
||||
# Copy config files
|
||||
#################################
|
||||
home.file = {
|
||||
".config/kitty/kitty.conf" = {
|
||||
text = builtins.readFile "${assetPath}/kitty.conf";
|
||||
force = true;
|
||||
};
|
||||
".config/kitty/Catppuccin-Mocha.conf" = {
|
||||
text = builtins.readFile "${assetPath}/Catppuccin-Mocha.conf";
|
||||
force = true;
|
||||
};
|
||||
settings = {
|
||||
confirm_os_window_close = 0;
|
||||
dynamic_background_opacity = true;
|
||||
enable_audio_bell = false;
|
||||
mouse_hide_wait = "-1.0";
|
||||
window_padding_width = 10;
|
||||
background_opacity = "0.5";
|
||||
background_blur = 5;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
stylix.targets.kitty.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user