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