mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 00:21:04 +01:00
deploy: 5751fa774f
This commit is contained in:
parent
5924c8005e
commit
2d4cb53365
1 changed files with 93 additions and 0 deletions
|
|
@ -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">
|
||||
<home-manager/modules/programs/twitch-tui.nix>
|
||||
</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">
|
||||
<home-manager/modules/programs/twitch-tui.nix>
|
||||
</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 = "dashboard";
|
||||
log_file = "";
|
||||
log_level = "info";
|
||||
maximum_messages = 500;
|
||||
};
|
||||
twitch = {
|
||||
channel = "";
|
||||
server = "wss://eventsub.wss.twitch.tv/ws";
|
||||
token = "";
|
||||
username = "";
|
||||
};
|
||||
}
|
||||
</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">
|
||||
<home-manager/modules/programs/twitch-tui.nix>
|
||||
</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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue