From b449d33380f237389351ce7d260443f65abf5df5 Mon Sep 17 00:00:00 2001 From: rycee Date: Sun, 28 Jan 2024 09:47:32 +0000 Subject: [PATCH] deploy: ebba24a6fefa3d749291be7192ef817736a10bd1 --- options.xhtml | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) diff --git a/options.xhtml b/options.xhtml index 66aeced9d..197d17166 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