MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/television/config.toml. See https://github.com/alexpasmantier/television/blob/main/.config/config.toml for the full list of options.

Declarations
Type
TOML value
Default
{ }
Example
{
  tick_rate = 50;
  ui = {
    use_nerd_font_icons = true;
    ui_scale = 120;
    show_preview_panel = false;
  };
  keybindings = {
    quit = [ "esc" "ctrl-c" ];
  };
}