Fix Kitty font
This commit is contained in:
@@ -5,11 +5,15 @@
|
||||
enable = true;
|
||||
font = {
|
||||
package = pkgs.iosevka;
|
||||
name = "Iosevka";
|
||||
name = "Iosevka Nerd Font Complete";
|
||||
size = 22;
|
||||
};
|
||||
settings = {
|
||||
"italic_font" = "auto";
|
||||
"cursor_shape" = "underline";
|
||||
|
||||
"bold_font" = "Iosevka Bold Nerd Font Complete";
|
||||
|
||||
"enable_audio_bell" = "no";
|
||||
"foreground" = "#f8f8f2";
|
||||
"background" = "#282a36";
|
||||
"selection_foreground" = "#ffffff";
|
||||
|
||||
Reference in New Issue
Block a user