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

View file

@ -68901,6 +68901,99 @@ TOML value</p>
</td></tr>
</table>
</dd>
<dt>
<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>
</span>
</dt>
<dd>
<p>Whether to enable twitch-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/twitch-tui.nix" target="_top">
&lt;home-manager/modules/programs/twitch-tui.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.twitch-tui.package"></a><a class="term" href="options.xhtml#opt-programs.twitch-tui.package"><code class="option">programs.twitch-tui.package</code>
</a>
</span>
</dt>
<dd>
<p>The twitch-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.twitch-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/twitch-tui.nix" target="_top">
&lt;home-manager/modules/programs/twitch-tui.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.twitch-tui.settings"></a><a class="term" href="options.xhtml#opt-programs.twitch-tui.settings"><code class="option">programs.twitch-tui.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration settings for twitch-tui. All the available options
can be found here: <a class="link" href="https://github.com/Xithrius/twitch-tui/blob/main/default-config.toml" target="_top">https://github.com/Xithrius/twitch-tui/blob/main/default-config.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">{
terminal = {
delay = 30;
first_state = &quot;dashboard&quot;;
log_file = &quot;&quot;;
log_level = &quot;info&quot;;
maximum_messages = 500;
};
twitch = {
channel = &quot;&quot;;
server = &quot;wss://eventsub.wss.twitch.tv/ws&quot;;
token = &quot;&quot;;
username = &quot;&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/twitch-tui.nix" target="_top">
&lt;home-manager/modules/programs/twitch-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>