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