aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/i18n
diff options
context:
space:
mode:
authorlaMudri <lamudri@gmail.com>2016-10-01 19:07:28 +0100
committerlaMudri <lamudri@gmail.com>2016-10-01 20:13:47 +0100
commitb403b22f4a204a4baf3d521ac2267b6ca21c5997 (patch)
tree84dce59c08157130df5c3034944528e4ecf73c2d /nixos/modules/i18n
parent11d7e936246842f0362935611d73406104d8c6ed (diff)
ibus: explain ibus-table in the docs
Diffstat (limited to 'nixos/modules/i18n')
-rw-r--r--nixos/modules/i18n/input-method/default.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/nixos/modules/i18n/input-method/default.xml b/nixos/modules/i18n/input-method/default.xml
index a32ed100df30..45d6daf068b3 100644
--- a/nixos/modules/i18n/input-method/default.xml
+++ b/nixos/modules/i18n/input-method/default.xml
@@ -56,8 +56,18 @@ i18n.inputMethod = {
<listitem><para>Table (<literal>ibus-engines.table</literal>): An input method
that load tables of input methods.</para></listitem>
<listitem><para>table-others (<literal>ibus-engines.table-others</literal>):
- Various table-based input methods.</para></listitem>
+ Various table-based input methods. To use this, and any other table-based
+ input methods, it must appear in the list of engines along with
+ <literal>table</literal>. For example:
+<programlisting>
+ibus.engines = with pkgs.ibus-engines; [ table table-others ];
+</programlisting>
+ </para></listitem>
</itemizedlist>
+
+<para>To use any input method, the package must be added in the configuration,
+ as shown above, and also (after running <literal>nixos-rebuild</literal>) the
+ input method must be added from IBus' preference dialog.</para>
</section>
<section><title>Fcitx</title>