mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
style: minor adjustments to kitty and fonts
This commit is contained in:
parent
5c35fda971
commit
4aa3ffcafd
3 changed files with 4 additions and 2 deletions
|
@ -96,6 +96,7 @@
|
|||
nix-homebrew.darwinModules.nix-homebrew
|
||||
./modules/darwin/homebrew.nix
|
||||
./modules/darwin/yabai.nix
|
||||
./modules/darwin/skhd.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
services.skhd = {
|
||||
enable = true;
|
||||
config = ''
|
||||
skhdConfig = ''
|
||||
# opens iTerm2
|
||||
alt - return : kitty
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue