programs.television.settings
Home-Manager option
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.
type: TOML valueDefault
{ }Example
declared in: <home-manager/modules/programs/television.nix>source unavailable{ tick_rate = 50; ui = { use_nerd_font_icons = true; ui_scale = 120; show_preview_panel = false; }; keybindings = { quit = [ "esc" "ctrl-c" ]; }; }