Merge branch 'darwin'

This commit is contained in:
Youwen Wu 2024-08-08 02:52:46 -07:00
commit 822df005f5
4 changed files with 88 additions and 1 deletions

View file

@ -53,6 +53,22 @@
programs.bash.enable = true;
programs.zsh.enable = true;
programs.kitty = {
enable = true;
theme = "Tokyo Night";
font.name = "CaskaydiaCove Nerd Font";
settings = {
font_size = 13;
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";
background_blur = 32;
};
};
# 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