{ pkgs, ... }: { i18n.inputMethod = { enabled = "fcitx5"; fcitx5.addons = with pkgs; [ fcitx5-mozc fcitx5-gtk libsForQt5.fcitx5-qt ]; }; xdg.configFile = { "fcitx5/config".source = ./config; "fcitx5/profile".source = ./profile; "fcitx5/conf/classicui.conf".source = ./classicui.conf; "mozc/config1.db".source = ./mozc-config1.db; }; }