From 2440876d52679c5502212fab7c83bcaef662a413 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Tue, 5 Aug 2025 19:10:53 +0000 Subject: [PATCH] deploy: b7ee8deefca4f88be521077b2f6975618c7e0ab6 --- options.xhtml | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) diff --git a/options.xhtml b/options.xhtml index 31994ad4f..a0774d0e1 100644 --- a/options.xhtml +++ b/options.xhtml @@ -51718,6 +51718,126 @@ TOML value

+
+ + programs.nix-search-tv.enable + + +
+
+

Whether to enable nix-search-tv.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/nix-search-tv.nix> + +
+
+
+ + 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:

+ + +
+ +<home-manager/modules/programs/nix-search-tv.nix> + +
+
+
+ + programs.nix-search-tv.package + + +
+
+

The nix-search-tv package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.nix-search-tv

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/nix-search-tv.nix> + +
+
+
+ + 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:

+ + +
+ +<home-manager/modules/programs/nix-search-tv.nix> + +
+
programs.nix-your-shell.enable