Fix Kitty font

This commit is contained in:
2022-01-10 23:08:14 +00:00
parent f8a2d0bc8b
commit fc3ee9154e

View File

@@ -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";