mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
kitty customisation
This commit is contained in:
parent
b566081a5b
commit
e76ef3bdb4
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,8 @@ with lib;
|
|||
programs.kitty = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
font_family Noto Color Emoji Regular
|
||||
font_family Noto Color Emoji Regular
|
||||
confirm_os_window_close 0
|
||||
font_family Fira Code Regular
|
||||
bold_font Fira Code Retina
|
||||
font_features FiraCode-Regular +zero +ss01 +ss02 +ss03 +ss04 +ss05 +cv31
|
||||
|
@ -22,6 +23,7 @@ with lib;
|
|||
shell_integration no-cursor
|
||||
cursor_shape block
|
||||
cursor_blink_interval 0
|
||||
window_padding_width 4
|
||||
|
||||
# Tab Management
|
||||
tab_bar_edge top
|
||||
|
|
Loading…
Add table
Reference in a new issue