fonts: Fix fontconfig mono font

Might remove this later since stylix is used for the fonts instead.
This commit is contained in:
Donovan Glover 2024-03-31 15:34:22 -04:00
parent 18acfd0749
commit 94a43d1888
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -20,7 +20,7 @@
defaultFonts = {
serif = [ "Noto Serif CJK JP" "Noto Serif" ];
sansSerif = [ "Noto Sans CJK JP" "Noto Sans" ];
monospace = [ "Noto Mono CJK JP" "Noto Mono" ];
monospace = [ "Noto Sans Mono CJK JP" "Noto Sans Mono" ];
};
allowBitmaps = false;