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:
Donovan Glover 2023-05-26 10:51:22 -04:00
parent 3c2dbb4915
commit 3019400ff2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 2 additions and 3 deletions

View File

@ -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
]; ];

View File

@ -18,8 +18,8 @@
}; };
monospace = { monospace = {
package = pkgs.maple-mono-NF; package = pkgs.maple-mono;
name = "MapleMono-NF"; name = "MapleMono";
}; };
emoji = { emoji = {