style: minor adjustments to kitty and fonts

This commit is contained in:
Youwen Wu 2024-08-08 02:52:28 -07:00
parent 5c35fda971
commit 4aa3ffcafd
3 changed files with 4 additions and 2 deletions

View file

@ -96,6 +96,7 @@
nix-homebrew.darwinModules.nix-homebrew
./modules/darwin/homebrew.nix
./modules/darwin/yabai.nix
./modules/darwin/skhd.nix
];
};
};

View file

@ -1,7 +1,7 @@
{
services.skhd = {
enable = true;
config = ''
skhdConfig = ''
# opens iTerm2
alt - return : kitty

View file

@ -58,13 +58,14 @@
theme = "Tokyo Night";
font.name = "CaskaydiaCove Nerd Font";
settings = {
font_size = 12;
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;
};
};