From 6f2435be78f9e754e2e7529ba30115fa0eb1fd6a Mon Sep 17 00:00:00 2001
From: khaneliman
[ ]
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 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 Systemd calendar expression for when to run this transition. Type: string @@ -88009,7 +88111,7 @@ stringList of requests to pass to Deprecated - Use List of requests to pass to Type: list of list of string |