From b449d33380f237389351ce7d260443f65abf5df5 Mon Sep 17 00:00:00 2001
From: rycee
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