From 704f1e8d7f3f0b97c0dd5804b8392862bcb0a23b Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 30 May 2023 13:35:56 +0200 Subject: [PATCH] fonts: Fix custom iosevka name They no longer match the old name, only one that looks weird. --- modules/fonts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fonts.nix b/modules/fonts.nix index 40ee314..79ae044 100644 --- a/modules/fonts.nix +++ b/modules/fonts.nix @@ -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" ]; };