Switch back to normal source code pro font

This commit is contained in:
larstvei 2025-08-31 14:51:02 +02:00
parent 0eebe25a13
commit 079daf44ab
2 changed files with 2 additions and 2 deletions

View File

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

View File

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