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
{
  keybindings = {
    quit = [
      "esc"
      "ctrl-c"
    ];
  };
  tick_rate = 50;
  ui = {
    show_preview_panel = false;
    ui_scale = 120;
    use_nerd_font_icons = true;
  };
}