From 308bcfffe6a2a6049ae0c154c2721087c849c853 Mon Sep 17 00:00:00 2001
From: ncfavier
Date: Sat, 25 Mar 2023 14:33:29 +0000
Subject: [PATCH] deploy: 3ace6a31dd859710e7b7666a9d456b611f9376dc
---
options.html | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/options.html b/options.html
index 622848d5a..003cb68f7 100644
--- a/options.html
+++ b/options.html
@@ -933,11 +933,8 @@ characters.
Currently the following input methods are available in Home Manager:
-
fcitx
- A customizable lightweight input method
- extra input engines can be added using
- i18n.inputMethod.fcitx.engines
.
-
fcitx5
+
fcitx5
+ A customizable lightweight input method.
The next generation of fcitx,
addons (including engines, dictionaries, skins) can be added using
i18n.inputMethod.fcitx5.addons
.
@@ -946,10 +943,8 @@ Currently the following input methods are available in Home Manager:
uim
The universal input method, is a library with a XIM bridge.
uim mainly support Chinese, Japanese and Korean.
-
hime
An extremely easy-to-use input method framework.
kime
A Korean IME.
Type: null or one of "fcitx", "fcitx5", "nabi", "uim", "hime", "kime"
Default: null
Example: "fcitx"
Declared by:
+ hime An extremely easy-to-use input method framework. kime A Korean IME. Type: null or one of "fcitx", "fcitx5", "nabi", "uim", "hime", "kime" Default: null Example: "fcitx5" Declared by: i18n.inputMethod.fcitx.engines Enabled Fcitx engines. Available engines are: anthy , chewing , cloudpinyin , hangul , libpinyin , m17n , mozc , rime , skk , table-extra , table-other , unikey . Type: list of package Default: [ ] Example: with pkgs.fcitx-engines; [ mozc hangul ] Declared by: i18n.inputMethod.fcitx5.addons Enabled Fcitx5 addons. Type: list of package Default: [ ] Example: with pkgs; [ fcitx5-rime ] Declared by: i18n.inputMethod.kime.config kime configuration. Refer to
|