From 84126801a83cb15f0f4a5722efd47e61a3c52451 Mon Sep 17 00:00:00 2001
From: khaneliman
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:
|