diff --git a/options.xhtml b/options.xhtml index 9ed23faf2..c31aa0f5b 100644 --- a/options.xhtml +++ b/options.xhtml @@ -9319,6 +9319,30 @@ 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:
|
@@ -9346,6 +9370,106 @@ package
Example:
Declared by: +
i18n.inputMethod.fcitx5.themes
+
+
+Themes to be written to Type: +lazy attribute set of (submodule) + +Default:
+ Example:
+ Declared by: +
i18n.inputMethod.fcitx5.themes.<name>.highlightImage
+
+
+Path to the SVG of the highlight. + +Type: +null or absolute path + +Default:
+ Declared by: +
i18n.inputMethod.fcitx5.themes.<name>.panelImage
+
+
+Path to the SVG of the panel. + +Type: +null or absolute path + +Default:
+ Declared by: +
i18n.inputMethod.fcitx5.themes.<name>.theme
+
+
+The See https://fcitx-im.org/wiki/Fcitx_5_Theme#Background_images +for more information. + +Type: +null or strings concatenated with ā\nā or absolute path + +Default:
+ Declared by: |