programs.twitch-tui.settings
Configuration settings for twitch-tui. All the available options can be found here: https://github.com/Xithrius/twitch-tui/blob/main/default-config.toml
- 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 = ""; }; }- Declared
- <home-manager/modules/programs/twitch-tui.nix>