just install all goggle and nerd fonts

adjust used font names
This commit is contained in:
Christoph Cullmann 2024-08-14 17:38:23 +02:00
parent c3aed1e67f
commit 1a23d30bc4
No known key found for this signature in database

View file

@ -430,8 +430,8 @@ in
fontconfig = {
enable = true;
defaultFonts = {
monospace = [ "Recursive Mono Linear Static" ];
sansSerif = [ "Inter" ];
monospace = [ "RecMonoLinear Nerd Font" "Noto Sans Mono" ];
sansSerif = [ "Inter" "Noto Sans" ];
serif = [ "Noto Serif" ];
};
};