MyNixOS website logo

Configuration settings for twitch-tui. All the available options can be found here: https://github.com/Xithrius/twitch-tui/blob/main/default-config.toml.

Declarations
Type
TOML value
Default
{ }
Example
{
  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 = "";
  };
}