mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-26 12:41:21 +02:00
Fix Maple Mono font
MapleMono-NF stopped working after changing locales, however nerd fonts still show with the nerdfonts package.
This commit is contained in:
parent
3c2dbb4915
commit
3019400ff2
@ -9,7 +9,6 @@
|
|||||||
noto-fonts-cjk-serif
|
noto-fonts-cjk-serif
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
maple-mono
|
maple-mono
|
||||||
maple-mono-NF
|
|
||||||
font-awesome
|
font-awesome
|
||||||
nerdfonts
|
nerdfonts
|
||||||
];
|
];
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
monospace = {
|
monospace = {
|
||||||
package = pkgs.maple-mono-NF;
|
package = pkgs.maple-mono;
|
||||||
name = "MapleMono-NF";
|
name = "MapleMono";
|
||||||
};
|
};
|
||||||
|
|
||||||
emoji = {
|
emoji = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user