1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-15 05:21:06 +01:00
This commit is contained in:
khaneliman 2025-09-04 02:50:56 +00:00
parent 84107379eb
commit 7cc14c08ab

View file

@ -75208,6 +75208,274 @@ list of package</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.vivid.enable"></a><a class="term" href="options.xhtml#opt-programs.vivid.enable"><code class="option">programs.vivid.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable vivid.</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/vivid.nix" target="_top">
&lt;home-manager/modules/programs/vivid.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.vivid.enableBashIntegration"></a><a class="term" href="options.xhtml#opt-programs.vivid.enableBashIntegration"><code class="option">programs.vivid.enableBashIntegration</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable Bash integration.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<a class="xref" href="options.xhtml#opt-home.shell.enableBashIntegration" ><code class="option">home.shell.enableBashIntegration</code></a></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">false</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/vivid.nix" target="_top">
&lt;home-manager/modules/programs/vivid.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.vivid.enableFishIntegration"></a><a class="term" href="options.xhtml#opt-programs.vivid.enableFishIntegration"><code class="option">programs.vivid.enableFishIntegration</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable Fish integration.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<a class="xref" href="options.xhtml#opt-home.shell.enableFishIntegration" ><code class="option">home.shell.enableFishIntegration</code></a></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">false</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/vivid.nix" target="_top">
&lt;home-manager/modules/programs/vivid.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.vivid.enableZshIntegration"></a><a class="term" href="options.xhtml#opt-programs.vivid.enableZshIntegration"><code class="option">programs.vivid.enableZshIntegration</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable Zsh integration.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<a class="xref" href="options.xhtml#opt-home.shell.enableZshIntegration" ><code class="option">home.shell.enableZshIntegration</code></a></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">false</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/vivid.nix" target="_top">
&lt;home-manager/modules/programs/vivid.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.vivid.package"></a><a class="term" href="options.xhtml#opt-programs.vivid.package"><code class="option">programs.vivid.package</code>
</a>
</span>
</dt>
<dd>
<p>The vivid 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.vivid</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/vivid.nix" target="_top">
&lt;home-manager/modules/programs/vivid.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.vivid.activeTheme"></a><a class="term" href="options.xhtml#opt-programs.vivid.activeTheme"><code class="option">programs.vivid.activeTheme</code>
</a>
</span>
</dt>
<dd>
<p>Active theme for vivid.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;molokai&quot;</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/vivid.nix" target="_top">
&lt;home-manager/modules/programs/vivid.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.vivid.colorMode"></a><a class="term" href="options.xhtml#opt-programs.vivid.colorMode"><code class="option">programs.vivid.colorMode</code>
</a>
</span>
</dt>
<dd>
<p>Color mode for vivid.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;8-bit&quot;</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/vivid.nix" target="_top">
&lt;home-manager/modules/programs/vivid.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.vivid.filetypes"></a><a class="term" href="options.xhtml#opt-programs.vivid.filetypes"><code class="option">programs.vivid.filetypes</code>
</a>
</span>
</dt>
<dd>
<p>Filetype database for vivid. You can find an example config at:
<a class="link" href="https://github.com/sharkdp/vivid/blob/master/config/filetypes.yml" target="_top">https://github.com/sharkdp/vivid/blob/master/config/filetypes.yml</a>.</p>
<p><span class="emphasis"><em>Type:</em></span>
YAML 1.1 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">{
text = {
licenses = [
&quot;LICENCE&quot;
&quot;COPYRIGHT&quot;
];
special = [
&quot;CHANGELOG.md&quot;
&quot;CODE_OF_CONDUCT.md&quot;
&quot;CONTRIBUTING.md&quot;
];
todo = [
&quot;TODO.md&quot;
&quot;TODO.txt&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/vivid.nix" target="_top">
&lt;home-manager/modules/programs/vivid.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.vivid.themes"></a><a class="term" href="options.xhtml#opt-programs.vivid.themes"><code class="option">programs.vivid.themes</code>
</a>
</span>
</dt>
<dd>
<p>Theme for vivid</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of absolute path</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">{
ayu = builtins.fetchurl {
url = &quot;https://raw.githubusercontent.com/NearlyTRex/Vivid/refs/heads/master/themes/ayu.yml&quot;;
hash = &quot;sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=&quot;;
};
mocha = builtins.fetchurl {
url = &quot;https://raw.githubusercontent.com/NearlyTRex/Vivid/refs/heads/master/themes/catppuccin-mocha.yml&quot;;
hash = &quot;sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=&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/vivid.nix" target="_top">
&lt;home-manager/modules/programs/vivid.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.vscode.enable"></a><a class="term" href="options.xhtml#opt-programs.vscode.enable"><code class="option">programs.vscode.enable</code>