{ config, pkgs, ... }: { i18n.inputMethod = { enabled = "fcitx5"; fcitx5.addons = [ # Be sure to select « rime » and not « chinese » in fcitx5-configtool pkgs.fcitx5-rime pkgs.fcitx5-gtk pkgs.libsForQt5.fcitx5-chinese-addons ]; }; #waylandFrontend = true; home.packages = [ pkgs.noto-fonts pkgs.noto-fonts-lgc-plus pkgs.noto-fonts-cjk-sans pkgs.noto-fonts-cjk-serif pkgs.noto-fonts-color-emoji pkgs.noto-fonts-emoji-blob-bin # ExplanationNote: superseded by jigmo #pkgs.hanazono pkgs.jigmo ]; xdg.configFile."fcitx5/conf/classicui.conf".text = '' PerScreenDPI=False Font="Jigmo Regular 40" #Theme=Material-Color-Black ''; xdg.configFile."fcitx5/conf/pinyin.conf".text = '' CloudPinyinEnabled=False ''; xdg.configFile."fcitx5/conf/rime.conf".text = '' PreeditInApplication=True ''; }