1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 19:49:45 +01:00
This commit is contained in:
teto 2023-10-15 12:04:13 +00:00
parent 4758eeb6c4
commit 0e5ae3b12a

View file

@ -12312,6 +12312,22 @@ null or positive integer, meaning &gt;0</p><p><span class="emphasis"><em>Default
<code class="literal">null</code></p><p><span class="emphasis"><em>Example:</em></span>
<code class="literal">5</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/cbatticon.nix" target="_top">
&lt;home-manager/modules/services/cbatticon.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.cliphist.enable"></a><a class="term" href="options.html#opt-services.cliphist.enable"><code class="option">services.cliphist.enable</code></a></span></dt><dd><p>Whether to enable cliphist, a clipboard history “manager” for wayland.</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/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.package"></a><a class="term" href="options.html#opt-services.cliphist.package"><code class="option">services.cliphist.package</code></a></span></dt><dd><p>The cliphist 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.cliphist</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.systemdTarget"></a><a class="term" href="options.html#opt-services.cliphist.systemdTarget"><code class="option">services.cliphist.systemdTarget</code></a></span></dt><dd><p>The systemd target that will automatically start the cliphist service.</p><p>When setting this value to <code class="literal">"sway-session.target"</code>,
make sure to also enable <code class="option">wayland.windowManager.sway.systemd.enable</code>,
otherwise the service may never be started.</p><p><span class="emphasis"><em>Type:</em></span>
string</p><p><span class="emphasis"><em>Default:</em></span>
<code class="literal">"graphical-session.target"</code></p><p><span class="emphasis"><em>Example:</em></span>
<code class="literal">"sway-session.target"</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.clipman.enable"></a><a class="term" href="options.html#opt-services.clipman.enable"><code class="option">services.clipman.enable</code></a></span></dt><dd><p>Whether to enable clipman, a simple clipboard manager for Wayland.</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>