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 integer

Default: -"1.0"

+1.0

+ +

Example: +0.6

Declared by:

@@ -70016,7 +70019,13 @@ string

90.0.

Type: -string

+null or string or floating point number or signed integer

+ +

Default: +null

+ +

Example: +-74.3

Declared by:

@@ -70038,7 +70047,91 @@ string

180.0.

Type: -string

+null or string or floating point number or signed integer

+ +

Default: +null

+ +

Example: +12.5

+ +

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: