1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00
This commit is contained in:
rycee 2024-05-05 07:38:36 +00:00
parent 050d0a322a
commit 5260042206

View File

@ -56784,6 +56784,35 @@ boolean</p>
<p><span class="emphasis"><em>Default:</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/cliphist.nix" target="_top">
&lt;home-manager/modules/services/cliphist.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.cliphist.extraOptions"></a><a class="term" href="options.xhtml#opt-services.cliphist.extraOptions"><code class="option">services.cliphist.extraOptions</code>
</a>
</span>
</dt>
<dd>
<p>Flags to append to the cliphist command.</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;-max-dedupe-search&quot;
&quot;10&quot;
&quot;-max-items&quot;
&quot;500&quot;
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>