summary refs log tree commit diff
path: root/nixos/modules/i18n
diff options
context:
space:
mode:
authorPotato Hatsue <1793913507@qq.com>2021-01-18 18:58:25 +0800
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-24 02:10:23 +0100
commite8ffe04c79792b94cec06c58b90659aa4e3bf6ea (patch)
tree8f4b2877ce3e1db0ddacaacc13d1c193818e3789 /nixos/modules/i18n
parent596e02c655520f06ce13bc7b847d80189f2ab2cb (diff)
downloadnixpkgs-e8ffe04c79792b94cec06c58b90659aa4e3bf6ea.tar
nixpkgs-e8ffe04c79792b94cec06c58b90659aa4e3bf6ea.tar.gz
nixpkgs-e8ffe04c79792b94cec06c58b90659aa4e3bf6ea.tar.bz2
nixpkgs-e8ffe04c79792b94cec06c58b90659aa4e3bf6ea.tar.lz
nixpkgs-e8ffe04c79792b94cec06c58b90659aa4e3bf6ea.tar.xz
nixpkgs-e8ffe04c79792b94cec06c58b90659aa4e3bf6ea.tar.zst
nixpkgs-e8ffe04c79792b94cec06c58b90659aa4e3bf6ea.zip
fcitx5: update doc
Diffstat (limited to 'nixos/modules/i18n')
-rw-r--r--nixos/modules/i18n/input-method/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/i18n/input-method/default.nix b/nixos/modules/i18n/input-method/default.nix
index 2e7cfaab7b7..4649f9b862a 100644
--- a/nixos/modules/i18n/input-method/default.nix
+++ b/nixos/modules/i18n/input-method/default.nix
@@ -42,6 +42,7 @@ in
           <itemizedlist>
           <listitem><para>ibus: The intelligent input bus, extra input engines can be added using <literal>i18n.inputMethod.ibus.engines</literal>.</para></listitem>
           <listitem><para>fcitx: A customizable lightweight input method, extra input engines can be added using <literal>i18n.inputMethod.fcitx.engines</literal>.</para></listitem>
+          <listitem><para>fcitx5: The next generation of fcitx, addons (including engines, dictionaries, skins) can be added using <literal>i18n.inputMethod.fcitx5.addons</literal>.</para></listitem>
           <listitem><para>nabi: A Korean input method based on XIM. Nabi doesn't support Qt 5.</para></listitem>
           <listitem><para>uim: The universal input method, is a library with a XIM bridge. uim mainly support Chinese, Japanese and Korean.</para></listitem>
           <listitem><para>hime: An extremely easy-to-use input method framework.</para></listitem>