diff --git a/options.xhtml b/options.xhtml index 6fc42e3eb..65d314d3e 100644 --- a/options.xhtml +++ b/options.xhtml @@ -87923,10 +87923,112 @@ list of string

[ ]

Example:

[
-  "--identity"
+  "--verbose"
 ]
 
+

Declared by:

+ + +
+ +<home-manager/modules/services/hyprsunset.nix> + +
+ +
+ + services.hyprsunset.importantPrefixes + + +
+
+

List of prefix of attributes to source at the top of the config.

+ +

Type: +list of string

+ +

Default:

[
+  "$"
+]
+
+ +

Example:

[
+  "$"
+]
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/services/hyprsunset.nix> + +
+
+
+ + services.hyprsunset.settings + + +
+
+

Hyprsunset configuration written in Nix. Entries with the same key +should be written as lists. Variables’ and colors’ names should be +quoted. See https://wiki.hypr.land/Hypr-Ecosystem/hyprsunset/ for more examples.

+ +

Type: +Hyprsunset configuration value

+ +

Default: +{ }

+ +

Example:

{
+  max-gamma = 150;
+
+  profile = [
+    {
+      time = "7:30";
+      identity = true;
+    }
+    {
+      time = "21:00";
+      temperature = 5000;
+      gamma = 0.8;
+    }
+  ];
+};
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/services/hyprsunset.nix> + +
+
+
+ + services.hyprsunset.systemdTarget + + +
+
+

Systemd target to bind to.

+ +

Type: +string

+ +

Default: +config.wayland.systemd.target

+ +

Example: +"hyprland-session.target"

+

Declared by:

@@ -87943,7 +88045,7 @@ list of string

-

Set of transitions for different times of day (e.g., sunrise, sunset)

+

Deprecated - Use services.hyprsunset.settings instead to manage transitions.

Set of transitions for different times of day (e.g., sunrise, sunset)

Type: attribute set of (submodule)

@@ -87985,7 +88087,7 @@ attribute set of (submodule)

-

Systemd calendar expression for when to run this transition.

+

Deprecated - Use services.hyprsunset.settings instead to manage transitions.

Systemd calendar expression for when to run this transition.

Type: string

@@ -88009,7 +88111,7 @@ string

-

List of requests to pass to hyprctl hyprsunset for this transition. Each inner list represents a separate command.

+

Deprecated - Use services.hyprsunset.settings instead to manage transitions.

List of requests to pass to hyprctl hyprsunset for this transition. Each inner list represents a separate command.

Type: list of list of string