diff --git a/config/locale.nix b/config/locale.nix index ae037b8..2858139 100644 --- a/config/locale.nix +++ b/config/locale.nix @@ -7,7 +7,7 @@ inputMethod = { enabled = if config.services.xserver.enable then "fcitx" else null; - fcitx.engines = with pkgs.fcitx-engines; [ chewing mozc ]; + fcitx.engines = with pkgs.fcitx-engines; [ chewing libpinyin table-extra mozc ]; }; }; }