1
0
Fork 0

fcitx: Add more input methods for convenience.

This commit is contained in:
Kevin Baensch 2020-01-26 17:39:50 +01:00
parent 93e4ccf49a
commit c1613bdfab
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];
};
};
}