From 9fb333e468e5248c3d305cf161d6099ded065284 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sun, 20 Apr 2025 20:17:19 +0000 Subject: [PATCH] deploy: 6a676ee476543fcaea916d3b7a6e130112c44603 --- options.xhtml | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) 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