mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-25 07:08:38 +01:00
fonts: Fix fontconfig mono font
Might remove this later since stylix is used for the fonts instead.
This commit is contained in:
parent
18acfd0749
commit
94a43d1888
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user