diff --git a/options.xhtml b/options.xhtml index bf889f7d0..328fc2844 100644 --- a/options.xhtml +++ b/options.xhtml @@ -61793,6 +61793,89 @@ JSON value

+
+ + programs.wallust.enable + + +
+
+

Whether to enable Wallust color scheme generator.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/wallust.nix> + +
+
+
+ + programs.wallust.package + + +
+
+

The wallust package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.wallust

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/wallust.nix> + +
+
+
+ + programs.wallust.settings + + +
+
+

Configuration written to $XDG_CONFIG_HOME/wallust/wallust.toml. +See https://explosion-mental.codeberg.page/wallust/config/ for +documentation.

+ +

Type: +TOML value

+ +

Default: +{ }

+ +

Example:

{
+  palette = "softdark";
+}
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/wallust.nix> + +
+
programs.watson.enable