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
|
nix-homebrew.darwinModules.nix-homebrew
|
||||||
./modules/darwin/homebrew.nix
|
./modules/darwin/homebrew.nix
|
||||||
./modules/darwin/yabai.nix
|
./modules/darwin/yabai.nix
|
||||||
|
./modules/darwin/skhd.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
services.skhd = {
|
services.skhd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = ''
|
skhdConfig = ''
|
||||||
# opens iTerm2
|
# opens iTerm2
|
||||||
alt - return : kitty
|
alt - return : kitty
|
||||||
|
|
||||||
|
|
|
@ -58,13 +58,14 @@
|
||||||
theme = "Tokyo Night";
|
theme = "Tokyo Night";
|
||||||
font.name = "CaskaydiaCove Nerd Font";
|
font.name = "CaskaydiaCove Nerd Font";
|
||||||
settings = {
|
settings = {
|
||||||
font_size = 12;
|
font_size = 13;
|
||||||
window_padding_width = "8 8 0";
|
window_padding_width = "8 8 0";
|
||||||
confirm_os_window_close = -1;
|
confirm_os_window_close = -1;
|
||||||
shell_integration = "enabled";
|
shell_integration = "enabled";
|
||||||
enable_audio_bell = "no";
|
enable_audio_bell = "no";
|
||||||
background_opacity = "0.8";
|
background_opacity = "0.8";
|
||||||
hide_window_decorations = "titlebar-only";
|
hide_window_decorations = "titlebar-only";
|
||||||
|
background_blur = 32;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue