MyNixOS website logo
option

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.

Declarations
Type
JSON value
Default
{ }
Example
{
  indexes = [ "nixpkgs" "home-manager" "nixos" ];

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