mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 00:21:04 +01:00
deploy: 627a3932b9
This commit is contained in:
parent
c0f3908591
commit
177ffe7cc3
1 changed files with 31 additions and 0 deletions
|
|
@ -102083,6 +102083,37 @@ 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">
|
||||
<home-manager/modules/services/swww.nix>
|
||||
</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">[
|
||||
"--no-cache"
|
||||
"--layer"
|
||||
"bottom"
|
||||
]
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue