fonts: use maple-mono

This commit is contained in:
notohh 2025-03-27 05:45:24 -04:00
parent c34e280ef8
commit 088fb48166
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -8,13 +8,14 @@
noto-fonts
noto-fonts-cjk-sans
twitter-color-emoji
maple-mono.NF
];
fontconfig = {
enable = true;
allowBitmaps = true;
defaultFonts = {
monospace = ["JetBrainsMono NF Medium" "Twitter Color Emoji"];
monospace = ["Maple Mono NF" "Twitter Color Emoji"];
serif = ["Noto Serif" "Twitter Color Emoji"];
sansSerif = ["Noto Sans" "Twitter Color Emoji"];
emoji = ["Twitter Color Emoji"];