1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
khaneliman 2025-03-18 19:33:02 +00:00
parent 2ccb754f43
commit cf576687f8

View file

@ -80801,6 +80801,57 @@ null or float between 0.0 and 1.0 (inclusive)</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.swww.enable"></a><a class="term" href="options.xhtml#opt-services.swww.enable"><code class="option">services.swww.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable swww, a Solution to your Wayland Wallpaper Woes.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</code></p>
<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/swww.nix" target="_top">
&lt;home-manager/modules/services/swww.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.swww.package"></a><a class="term" href="options.xhtml#opt-services.swww.package"><code class="option">services.swww.package</code>
</a>
</span>
</dt>
<dd>
<p>The swww package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.swww</code></p>
<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/swww.nix" target="_top">
&lt;home-manager/modules/services/swww.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.sxhkd.enable"></a><a class="term" href="options.xhtml#opt-services.sxhkd.enable"><code class="option">services.sxhkd.enable</code>