diff --git a/options.xhtml b/options.xhtml index af8b439d..0c4a7d1b 100644 --- a/options.xhtml +++ b/options.xhtml @@ -69991,10 +69991,13 @@ package
Gamma value to use.
Type: -string
+string or floating point number or signed integerDefault:
-"1.0"
1.0
+
+Example:
+0.6
Declared by:
+
+<home-manager/modules/services/wlsunset.nix>
+
+ |
services.wlsunset.output
+
+
+Name of output to use, by default all outputs are used.
+ +Type: +null or string
+ +Default:
+null
Declared by:
+
+
+<home-manager/modules/services/wlsunset.nix>
+
+ |
services.wlsunset.sunrise
+
+
+The time when the sun rises (in 24 hour format).
+ +Type: +null or string
+ +Default:
+null
Example:
+"06:30"
Declared by:
+
+
+<home-manager/modules/services/wlsunset.nix>
+
+ |
services.wlsunset.sunset
+
+
+The time when the sun sets (in 24 hour format).
+ +Type: +null or string
+ +Default:
+null
Example:
+"18:00"
Declared by: