Changes
1 changed files (+3/-10)
-
-
@@ -150,16 +150,9 @@packages = with pkgs; [ wqy_microhei ]; # Fix broken emojis in fcitx5 and other places # https://github.com/NixOS/nixpkgs/issues/336989 fontconfig.localConf = '' <match target="font"> <test name="family" qual="first"> <string>Noto Color Emoji</string> </test> <edit name="antialias" mode="assign"> <bool>false</bool> </edit> </match> ''; # https://discourse.nixos.org/t/firefox-doesnt-render-noto-color-emojis/51202 # Ugh why do I still have to deal with font problems in this day and age? fontconfig.useEmbeddedBitmaps = true; }; i18n.inputMethod = {
-