fonts: Fix custom iosevka name
They no longer match the old name, only one that looks weird.
This commit is contained in:
parent
17cfd6cfb9
commit
704f1e8d7f
|
@ -97,7 +97,7 @@ lib.mkIf config.sbruder.gui.enable {
|
|||
fontconfig = {
|
||||
defaultFonts = {
|
||||
emoji = [ "Blobmoji" ];
|
||||
monospace = [ "Iosevka Nerd Font" "Source Han Sans" ];
|
||||
monospace = [ "IosevkaSbruder Nerd Font" "Source Han Sans" ];
|
||||
sansSerif = [ "Roboto" "Source Han Sans" ];
|
||||
serif = [ "Georgia" "Source Han Serif" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue