mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 00:21:04 +01:00
deploy: 2f588d275e
This commit is contained in:
parent
bf73f04d49
commit
6f2435be78
1 changed files with 106 additions and 4 deletions
110
options.xhtml
110
options.xhtml
|
|
@ -87923,10 +87923,112 @@ list of string</p>
|
|||
<code class="literal">[ ]</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
|
||||
"--identity"
|
||||
"--verbose"
|
||||
]
|
||||
</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">
|
||||
<home-manager/modules/services/hyprsunset.nix>
|
||||
</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">[
|
||||
"$"
|
||||
]
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
|
||||
"$"
|
||||
]
|
||||
</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">
|
||||
<home-manager/modules/services/hyprsunset.nix>
|
||||
</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 = "7:30";
|
||||
identity = true;
|
||||
}
|
||||
{
|
||||
time = "21:00";
|
||||
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">
|
||||
<home-manager/modules/services/hyprsunset.nix>
|
||||
</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">"hyprland-session.target"</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
|
@ -87943,7 +88045,7 @@ list of string</p>
|
|||
</span>
|
||||
</dt>
|
||||
<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>
|
||||
attribute set of (submodule)</p>
|
||||
|
|
@ -87985,7 +88087,7 @@ attribute set of (submodule)</p>
|
|||
</span>
|
||||
</dt>
|
||||
<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>
|
||||
string</p>
|
||||
|
|
@ -88009,7 +88111,7 @@ string</p>
|
|||
</span>
|
||||
</dt>
|
||||
<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>
|
||||
list of list of string</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue