1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-06 00:51:04 +01:00
This commit is contained in:
khaneliman 2025-07-11 03:02:28 +00:00
parent b5ee47dc20
commit 2d3a4465e6

View file

@ -69474,6 +69474,101 @@ TOML value</p>
</td></tr> </td></tr>
</table> </table>
</dd> </dd>
<dt>
<span class="term">
<a id="opt-programs.trippy.enable"></a><a class="term" href="options.xhtml#opt-programs.trippy.enable"><code class="option">programs.trippy.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable trippy.</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/trippy.nix" target="_top">
&lt;home-manager/modules/programs/trippy.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.trippy.package"></a><a class="term" href="options.xhtml#opt-programs.trippy.package"><code class="option">programs.trippy.package</code>
</a>
</span>
</dt>
<dd>
<p>The trippy 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.trippy</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/trippy.nix" target="_top">
&lt;home-manager/modules/programs/trippy.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.trippy.settings"></a><a class="term" href="options.xhtml#opt-programs.trippy.settings"><code class="option">programs.trippy.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration settings for trippy. All the available options can be found
here: <a class="link" href="https://trippy.rs/reference/configuration/" target="_top">https://trippy.rs/reference/configuration/</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">{
bindings = {
toggle-help = &quot;h&quot;;
toggle-help-alt = &quot;?&quot;;
toggle-settings = &quot;s&quot;;
toggle-settings-dns = &quot;3&quot;;
toggle-settings-geoip = &quot;4&quot;;
toggle-settings-trace = &quot;2&quot;;
toggle-settings-tui = &quot;1&quot;;
};
theme-colors = {
bg-color = &quot;black&quot;;
border-color = &quot;gray&quot;;
tab-text-color = &quot;green&quot;;
text-color = &quot;gray&quot;;
};
}
</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/trippy.nix" target="_top">
&lt;home-manager/modules/programs/trippy.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt> <dt>
<span class="term"> <span class="term">
<a id="opt-programs.twitch-tui.enable"></a><a class="term" href="options.xhtml#opt-programs.twitch-tui.enable"><code class="option">programs.twitch-tui.enable</code> <a id="opt-programs.twitch-tui.enable"></a><a class="term" href="options.xhtml#opt-programs.twitch-tui.enable"><code class="option">programs.twitch-tui.enable</code>