From 2440876d52679c5502212fab7c83bcaef662a413 Mon Sep 17 00:00:00 2001
From: khaneliman
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