1
0
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:
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-emoji
maple-mono
maple-mono-NF
font-awesome
nerdfonts
];

View File

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