Fix fonts
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
font = {
|
||||
package = pkgs.iosevka;
|
||||
name = "Iosevka Nerd Font Complete";
|
||||
name = "Iosevka Nerd Font";
|
||||
};
|
||||
settings = {
|
||||
"include" = "catppuccin.conf";
|
||||
@@ -14,8 +13,6 @@
|
||||
"cursor_shape" = "underline";
|
||||
"cursor_blink_interval" = 0;
|
||||
|
||||
"bold_font" = "Iosevka Nerd Font Complete Bold";
|
||||
|
||||
"disable_ligatures" = "always";
|
||||
|
||||
"enable_audio_bell" = "no";
|
||||
|
||||
Reference in New Issue
Block a user