mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
deploy: 3b67ae3f66
This commit is contained in:
parent
4758eeb6c4
commit
0e5ae3b12a
1 changed files with 16 additions and 0 deletions
16
options.html
16
options.html
|
@ -12312,6 +12312,22 @@ null or positive integer, meaning >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">
|
||||
<home-manager/modules/services/cbatticon.nix>
|
||||
</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">
|
||||
<home-manager/modules/services/cliphist.nix>
|
||||
</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">
|
||||
<home-manager/modules/services/cliphist.nix>
|
||||
</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">
|
||||
<home-manager/modules/services/cliphist.nix>
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue