1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-07-08 14:52:36 +00:00
parent f7632aebaa
commit 5924c8005e

View file

@ -68809,6 +68809,98 @@ attribute set of (boolean or string or list of string)</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.tray-tui.enable"></a><a class="term" href="options.xhtml#opt-programs.tray-tui.enable"><code class="option">programs.tray-tui.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable tray-tui.</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/programs/tray-tui.nix" target="_top">
&lt;home-manager/modules/programs/tray-tui.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.tray-tui.package"></a><a class="term" href="options.xhtml#opt-programs.tray-tui.package"><code class="option">programs.tray-tui.package</code>
</a>
</span>
</dt>
<dd>
<p>The tray-tui package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.tray-tui</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/programs/tray-tui.nix" target="_top">
&lt;home-manager/modules/programs/tray-tui.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.tray-tui.settings"></a><a class="term" href="options.xhtml#opt-programs.tray-tui.settings"><code class="option">programs.tray-tui.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration settings for tray-tui. All the available options
can be found here: <a class="link" href="https://github.com/Levizor/tray-tui/blob/main/config_example.toml" target="_top">https://github.com/Levizor/tray-tui/blob/main/config_example.toml</a></p>
<p><span class="emphasis"><em>Type:</em></span>
TOML value</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">{
columns = 3;
key_map = {
down = &quot;focus_down&quot;;
h = &quot;focus_left&quot;;
j = &quot;focus_up&quot;;
k = &quot;focus_down&quot;;
l = &quot;focus_right&quot;;
left = &quot;focus_left&quot;;
right = &quot;focus_right&quot;;
up = &quot;focus_up&quot;;
};
sorting = false;
}
</code></pre>
<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/programs/tray-tui.nix" target="_top">
&lt;home-manager/modules/programs/tray-tui.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.urxvt.enable"></a><a class="term" href="options.xhtml#opt-programs.urxvt.enable"><code class="option">programs.urxvt.enable</code>