fonts: Fix custom iosevka name

They no longer match the old name, only one that looks weird.
nazuna
Simon Bruder 2023-05-30 13:35:56 +02:00
parent 17cfd6cfb9
commit 704f1e8d7f
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

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