mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: partially revert 1056a696
and add kitty back
also adds titlebar-only hide_window_decoration
This commit is contained in:
parent
1d08f51068
commit
35873a5b7c
2 changed files with 15 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
programs.kitty.config.hide_window_decorations = "titlebar-only";
|
||||
}
|
Loading…
Reference in a new issue