1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 00:21:04 +01:00
This commit is contained in:
khaneliman 2025-08-05 19:10:53 +00:00
parent 4937465963
commit 2440876d52

View file

@ -51718,6 +51718,126 @@ TOML value</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.nix-search-tv.enable"></a><a class="term" href="options.xhtml#opt-programs.nix-search-tv.enable"><code class="option">programs.nix-search-tv.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable nix-search-tv.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/nix-search-tv.nix" target="_top">
&lt;home-manager/modules/programs/nix-search-tv.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.nix-search-tv.enableTelevisionIntegration"></a><a class="term" href="options.xhtml#opt-programs.nix-search-tv.enableTelevisionIntegration"><code class="option">programs.nix-search-tv.enableTelevisionIntegration</code>
</a>
</span>
</dt>
<dd>
<p>Enables integration with television. Creates a channel through
<code class="literal">programs.television.channels.nix-search-tv</code>, which are set as defaults
and can be overridden.
See <a class="link" href="options.xhtml#opt-programs.television.channels" >programs.television.channels</a>
for more information</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">config.programs.television.enable</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/nix-search-tv.nix" target="_top">
&lt;home-manager/modules/programs/nix-search-tv.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.nix-search-tv.package"></a><a class="term" href="options.xhtml#opt-programs.nix-search-tv.package"><code class="option">programs.nix-search-tv.package</code>
</a>
</span>
</dt>
<dd>
<p>The nix-search-tv package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.nix-search-tv</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/nix-search-tv.nix" target="_top">
&lt;home-manager/modules/programs/nix-search-tv.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.nix-search-tv.settings"></a><a class="term" href="options.xhtml#opt-programs.nix-search-tv.settings"><code class="option">programs.nix-search-tv.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration written to <code class="filename">$XDG_CONFIG_HOME/nix-search-tv/config.json</code>.
See <a class="link" href="https://github.com/3timeslazy/nix-search-tv?tab=readme-ov-file#configuration" target="_top">https://github.com/3timeslazy/nix-search-tv?tab=readme-ov-file#configuration</a>
for the full list of options.</p>
<p><span class="emphasis"><em>Type:</em></span>
JSON value</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
indexes = [ &quot;nixpkgs&quot; &quot;home-manager&quot; &quot;nixos&quot; ];
experimental = {
render_docs_indexes = {
nvf = &quot;https://notashelf.github.io/nvf/options.html&quot;;
};
};
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/nix-search-tv.nix" target="_top">
&lt;home-manager/modules/programs/nix-search-tv.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.nix-your-shell.enable"></a><a class="term" href="options.xhtml#opt-programs.nix-your-shell.enable"><code class="option">programs.nix-your-shell.enable</code>