Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.nix-search-tv.enable

Whether to enable nix-search-tv.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.nix-search-tv.enableTelevisionIntegration

Enables integration with television. Creates a channel through programs.television.channels.nix-search-tv, which are set as defaults and can be overridden. See programs.television.channels for more information

Type: boolean

Default:

config.programs.television.enable

Example:

true

Declared by:

programs.nix-search-tv.package

The nix-search-tv package to use.

Type: null or package

Default:

pkgs.nix-search-tv

Declared by:

programs.nix-search-tv.settings

Configuration written to $XDG_CONFIG_HOME/nix-search-tv/config.json. See https://github.com/3timeslazy/nix-search-tv?tab=readme-ov-file#configuration for the full list of options.

Type: JSON value

Default:

{ }

Example:

{
  indexes = [ "nixpkgs" "home-manager" "nixos" ];

  experimental = {
    render_docs_indexes = {
      nvf = "https://notashelf.github.io/nvf/options.html";
    };
  };
}

Declared by: