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-08-11 14:05:17 +00:00
parent c0f3908591
commit 177ffe7cc3

View file

@ -102083,6 +102083,37 @@ package</p>
<p><span class="emphasis"><em>Default:</em></span> <p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.swww</code></p> <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.swww.extraArgs"></a><a class="term" href="options.xhtml#opt-services.swww.extraArgs"><code class="option">services.swww.extraArgs</code>
</a>
</span>
</dt>
<dd>
<p>Options given to swww-daemon when the service is run.</p><p>See <code class="literal">swww-daemon --help</code> for more information.</p>
<p><span class="emphasis"><em>Type:</em></span>
list of string</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">[
&quot;--no-cache&quot;
&quot;--layer&quot;
&quot;bottom&quot;
]
</code></pre>
<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>