1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-07-29 18:12:45 +00:00
parent bf73f04d49
commit 6f2435be78

View file

@ -87923,10 +87923,112 @@ list of string</p>
<code class="literal">[ ]</code></p> <code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[ <p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
&quot;--identity&quot; &quot;--verbose&quot;
] ]
</code></pre> </code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/hyprsunset.nix" target="_top">
&lt;home-manager/modules/services/hyprsunset.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.hyprsunset.importantPrefixes"></a><a class="term" href="options.xhtml#opt-services.hyprsunset.importantPrefixes"><code class="option">services.hyprsunset.importantPrefixes</code>
</a>
</span>
</dt>
<dd>
<p>List of prefix of attributes to source at the top of the config.</p>
<p><span class="emphasis"><em>Type:</em></span>
list of string</p>
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">[
&quot;$&quot;
]
</code></pre>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
&quot;$&quot;
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/hyprsunset.nix" target="_top">
&lt;home-manager/modules/services/hyprsunset.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.hyprsunset.settings"></a><a class="term" href="options.xhtml#opt-services.hyprsunset.settings"><code class="option">services.hyprsunset.settings</code>
</a>
</span>
</dt>
<dd>
<p>Hyprsunset configuration written in Nix. Entries with the same key
should be written as lists. Variables and colors names should be
quoted. See <a class="link" href="https://wiki.hypr.land/Hypr-Ecosystem/hyprsunset/" target="_top">https://wiki.hypr.land/Hypr-Ecosystem/hyprsunset/</a> for more examples.</p>
<p><span class="emphasis"><em>Type:</em></span>
Hyprsunset configuration value</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
max-gamma = 150;
profile = [
{
time = &quot;7:30&quot;;
identity = true;
}
{
time = &quot;21:00&quot;;
temperature = 5000;
gamma = 0.8;
}
];
};
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/hyprsunset.nix" target="_top">
&lt;home-manager/modules/services/hyprsunset.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.hyprsunset.systemdTarget"></a><a class="term" href="options.xhtml#opt-services.hyprsunset.systemdTarget"><code class="option">services.hyprsunset.systemdTarget</code>
</a>
</span>
</dt>
<dd>
<p>Systemd target to bind to.</p>
<p><span class="emphasis"><em>Type:</em></span>
string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">config.wayland.systemd.target</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;hyprland-session.target&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p> <p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist"> <table border="0" summary="Simple list" class="simplelist">
<tr><td> <tr><td>
@ -87943,7 +88045,7 @@ list of string</p>
</span> </span>
</dt> </dt>
<dd> <dd>
<p>Set of transitions for different times of day (e.g., sunrise, sunset)</p> <p>Deprecated - Use <code class="option">services.hyprsunset.settings</code> instead to manage transitions.</p><p>Set of transitions for different times of day (e.g., sunrise, sunset)</p>
<p><span class="emphasis"><em>Type:</em></span> <p><span class="emphasis"><em>Type:</em></span>
attribute set of (submodule)</p> attribute set of (submodule)</p>
@ -87985,7 +88087,7 @@ attribute set of (submodule)</p>
</span> </span>
</dt> </dt>
<dd> <dd>
<p>Systemd calendar expression for when to run this transition.</p> <p>Deprecated - Use <code class="option">services.hyprsunset.settings</code> instead to manage transitions.</p><p>Systemd calendar expression for when to run this transition.</p>
<p><span class="emphasis"><em>Type:</em></span> <p><span class="emphasis"><em>Type:</em></span>
string</p> string</p>
@ -88009,7 +88111,7 @@ string</p>
</span> </span>
</dt> </dt>
<dd> <dd>
<p>List of requests to pass to <code class="literal">hyprctl hyprsunset</code> for this transition. Each inner list represents a separate command.</p> <p>Deprecated - Use <code class="option">services.hyprsunset.settings</code> instead to manage transitions.</p><p>List of requests to pass to <code class="literal">hyprctl hyprsunset</code> for this transition. Each inner list represents a separate command.</p>
<p><span class="emphasis"><em>Type:</em></span> <p><span class="emphasis"><em>Type:</em></span>
list of list of string</p> list of list of string</p>