mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
deploy: 4c8647b1ed
This commit is contained in:
parent
e7c5106f7a
commit
2c20efdcd5
1 changed files with 75 additions and 0 deletions
|
@ -70682,6 +70682,81 @@ attribute set of (null or string or boolean or signed integer)</p>
|
|||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.trayscale.enable"></a><a class="term" href="options.xhtml#opt-services.trayscale.enable"><code class="option">services.trayscale.enable</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Whether to enable An unofficial GUI wrapper around the Tailscale CLI client…</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/trayscale.nix" target="_top">
|
||||
<home-manager/modules/services/trayscale.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.trayscale.package"></a><a class="term" href="options.xhtml#opt-services.trayscale.package"><code class="option">services.trayscale.package</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>The trayscale 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.trayscale</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/trayscale.nix" target="_top">
|
||||
<home-manager/modules/services/trayscale.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.trayscale.hideWindow"></a><a class="term" href="options.xhtml#opt-services.trayscale.hideWindow"><code class="option">services.trayscale.hideWindow</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Whether to hide the trayscale window on startup.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
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/trayscale.nix" target="_top">
|
||||
<home-manager/modules/services/trayscale.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.twmn.enable"></a><a class="term" href="options.xhtml#opt-services.twmn.enable"><code class="option">services.twmn.enable</code>
|
||||
|
|
Loading…
Reference in a new issue