fix: partially revert 1056a696 and add kitty back

also adds titlebar-only hide_window_decoration
This commit is contained in:
Youwen Wu 2024-08-05 18:11:20 -07:00
parent 1d08f51068
commit 35873a5b7c
2 changed files with 15 additions and 3 deletions

View file

@ -53,6 +53,21 @@
programs.bash.enable = true;
programs.zsh.enable = true;
programs.kitty = {
enable = true;
theme = "Tokyo Night";
font.name = "CaskaydiaCove Nerd Font";
settings = {
font_size = 12;
window_padding_width = "8 8 0";
confirm_os_window_close = -1;
shell_integration = "enabled";
enable_audio_bell = "no";
background_opacity = "0.8";
hide_window_decorations = "titlebar-only";
};
};
# This value determines the home Manager release that your
# configuration is compatible with. This helps avoid breakage
# when a new home Manager release introduces backwards

View file

@ -1,3 +0,0 @@
{
programs.kitty.config.hide_window_decorations = "titlebar-only";
}