Switch to a nerd font for more icons

This commit is contained in:
larstvei 2025-08-28 09:30:36 +02:00
parent 9b47392d76
commit d8b5cfd2b0
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
with pkgs;
[
iosevka
nerd-fonts.sauce-code-pro
source-sans
source-code-pro
source-serif
]

View File

@ -8,7 +8,7 @@
defaultFonts = {
serif = [ "Source Serif 4" ];
sansSerif = [ "Source Sans 3" ];
monospace = [ "Source Code Pro" ];
monospace = [ "SauceCodePro Nerd Font" ];
};
};
};