fonts: use maple-mono
This commit is contained in:
parent
c34e280ef8
commit
088fb48166
1 changed files with 2 additions and 1 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Reference in a new issue