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: pkgs.kdePackages.fcitx5-with-addons

+

Declared by:

+ + +
+ +<home-manager/modules/i18n/input-method/fcitx5.nix> + +
+ +
+ + i18n.inputMethod.fcitx5.themes + + +
+
+

Themes to be written to $XDG_DATA_HOME/fcitx5/themes/${name}

+ +

Type: +lazy attribute set of (submodule)

+ +

Default: +{ }

+ +

Example: +""

+ +

Declared by:

+ + +
+ +<home-manager/modules/i18n/input-method/fcitx5.nix> + +
+
+
+ + i18n.inputMethod.fcitx5.themes.<name>.highlightImage + + +
+
+

Path to the SVG of the highlight.

+ +

Type: +null or absolute path

+ +

Default: +null

+ +

Declared by:

+ + +
+ +<home-manager/modules/i18n/input-method/fcitx5.nix> + +
+
+
+ + i18n.inputMethod.fcitx5.themes.<name>.panelImage + + +
+
+

Path to the SVG of the panel.

+ +

Type: +null or absolute path

+ +

Default: +null

+ +

Declared by:

+ + +
+ +<home-manager/modules/i18n/input-method/fcitx5.nix> + +
+
+
+ + i18n.inputMethod.fcitx5.themes.<name>.theme + + +
+
+

The theme.conf file of the theme.

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: +null

+

Declared by: