diff --git a/options.xhtml b/options.xhtml index 66aeced9..197d1716 100644 --- a/options.xhtml +++ b/options.xhtml @@ -66647,6 +66647,120 @@ signed integer

+
+ + services.wob.enable + + +
+
+

Whether to enable wob.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/wob.nix> + +
+
+
+ + services.wob.package + + +
+
+

The wob package to use.

+ +

Type: +package

+ +

Default: +pkgs.wob

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/wob.nix> + +
+
+
+ + services.wob.settings + + +
+
+

Configuration written to $XDG_CONFIG_HOME/wob/wob.ini. +See wob.ini(5) for documentation.

+ +

Type: +attribute set of attribute set of (INI atom (null, bool, int, float or string))

+ +

Default: +{ }

+ +

Example:

{
+  "" = {
+    border_size = 10;
+    height = 50;
+  };
+  "output.foo".name = "DP-1";
+  "style.muted".background_color = "032cfc";
+}
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/services/wob.nix> + +
+
+
+ + services.wob.systemd + + +
+
+

Whether to enable systemd service and socket for wob.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/wob.nix> + +
+
services.xcape.enable