forked from extern/nix-config
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-emoji
|
||||
maple-mono
|
||||
maple-mono-NF
|
||||
font-awesome
|
||||
nerdfonts
|
||||
];
|
||||
|
@ -18,8 +18,8 @@
|
||||
};
|
||||
|
||||
monospace = {
|
||||
package = pkgs.maple-mono-NF;
|
||||
name = "MapleMono-NF";
|
||||
package = pkgs.maple-mono;
|
||||
name = "MapleMono";
|
||||
};
|
||||
|
||||
emoji = {
|
||||
|
Loading…
Reference in New Issue
Block a user