diff --git a/options.xhtml b/options.xhtml index 6bdb9e322..46bd68a74 100644 --- a/options.xhtml +++ b/options.xhtml @@ -9340,30 +9340,6 @@ list of package
Example:
with pkgs; [ fcitx5-rime ]
Declared by:
-
-
-<home-manager/modules/i18n/input-method/fcitx5.nix>
-
- |
i18n.inputMethod.fcitx5.classicUiConfig
-
-
-Configuration to be written to $XDG_DATA_HOME/fcitx5/conf/classicui.conf
Type: -absolute path or strings concatenated with “\n”
- -Default:
-""
Declared by:
|
@@ -9391,6 +9367,248 @@ package
Example:
Declared by: +
i18n.inputMethod.fcitx5.ignoreUserConfig
+
+
+Ignore the user configures. Warning: When this is enabled, the +user config files are totally ignored and the user dict can’t be saved +and loaded. + +Type: +boolean + +Default:
+ Declared by: +
i18n.inputMethod.fcitx5.quickPhrase
+
+
+Quick phrases. + +Type: +attribute set of string + +Default:
+ Example:
+
+Declared by: +
i18n.inputMethod.fcitx5.quickPhraseFiles
+
+
+Quick phrase files. + +Type: +attribute set of absolute path + +Default:
+ Example:
+
+Declared by: +
i18n.inputMethod.fcitx5.settings.addons
+
+
+The addon configures in Type: +attribute set of (submodule) + +Default:
+ Example:
+
+Declared by: +
i18n.inputMethod.fcitx5.settings.addons.<name>.globalSection
+
+
+global section of an INI file (attrs of INI atom (null, bool, int, float or string)) + +Type: +section of an INI file (attrs of INI atom (null, bool, int, float or string)) + +Default:
+ Declared by: +
i18n.inputMethod.fcitx5.settings.addons.<name>.sections
+
+
+attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string)) + +Type: +attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string)) + +Default:
+ Declared by: +
i18n.inputMethod.fcitx5.settings.globalOptions
+
+
+The global options in Type: +attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string)) + +Default:
+ Example:
+
+Declared by: +
i18n.inputMethod.fcitx5.settings.inputMethod
+
+
+The input method configure in Type: +attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string)) + +Default:
+ Example:
+
Declared by:
|