From c1613bdfab97ef2457222dd42358293419665d6e Mon Sep 17 00:00:00 2001 From: derped Date: Sun, 26 Jan 2020 17:39:50 +0100 Subject: [PATCH] fcitx: Add more input methods for convenience. --- config/locale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }; }