1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-04 08:01:02 +01:00
This commit is contained in:
khaneliman 2025-09-29 00:48:40 +00:00
parent 35bfb7dbc0
commit b1e8ddfa40

View file

@ -41494,6 +41494,246 @@ TOML value</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.intelli-shell.enable"></a><a class="term" href="options.xhtml#opt-programs.intelli-shell.enable"><code class="option">programs.intelli-shell.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable intelli-shell.</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/intelli-shell.nix" target="_top">
&lt;home-manager/modules/programs/intelli-shell.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.intelli-shell.enableBashIntegration"></a><a class="term" href="options.xhtml#opt-programs.intelli-shell.enableBashIntegration"><code class="option">programs.intelli-shell.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/intelli-shell.nix" target="_top">
&lt;home-manager/modules/programs/intelli-shell.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.intelli-shell.enableFishIntegration"></a><a class="term" href="options.xhtml#opt-programs.intelli-shell.enableFishIntegration"><code class="option">programs.intelli-shell.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/intelli-shell.nix" target="_top">
&lt;home-manager/modules/programs/intelli-shell.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.intelli-shell.enableNushellIntegration"></a><a class="term" href="options.xhtml#opt-programs.intelli-shell.enableNushellIntegration"><code class="option">programs.intelli-shell.enableNushellIntegration</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable Nushell 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.enableNushellIntegration" ><code class="option">home.shell.enableNushellIntegration</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/intelli-shell.nix" target="_top">
&lt;home-manager/modules/programs/intelli-shell.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.intelli-shell.enableZshIntegration"></a><a class="term" href="options.xhtml#opt-programs.intelli-shell.enableZshIntegration"><code class="option">programs.intelli-shell.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/intelli-shell.nix" target="_top">
&lt;home-manager/modules/programs/intelli-shell.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.intelli-shell.package"></a><a class="term" href="options.xhtml#opt-programs.intelli-shell.package"><code class="option">programs.intelli-shell.package</code>
</a>
</span>
</dt>
<dd>
<p>The intelli-shell 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.intelli-shell</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/intelli-shell.nix" target="_top">
&lt;home-manager/modules/programs/intelli-shell.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.intelli-shell.settings"></a><a class="term" href="options.xhtml#opt-programs.intelli-shell.settings"><code class="option">programs.intelli-shell.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration settings for intelli-shell. You can see all the available options here:
<a class="link" href="https://github.com/lasantosr/intelli-shell/blob/main/default_config.toml" target="_top">https://github.com/lasantosr/intelli-shell/blob/main/default_config.toml</a>.</p>
<p><span class="emphasis"><em>Type:</em></span>
TOML 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">{
check_updates = false;
data_dir = &quot;/home/myuser/my/custom/datadir&quot;;
logs = {
enabled = false;
};
theme = {
accent = &quot;yellow&quot;;
comment = &quot;italic green&quot;;
error = &quot;dark red&quot;;
highlight = &quot;darkgrey&quot;;
highlight_accent = &quot;yellow&quot;;
highlight_comment = &quot;italic green&quot;;
highlight_primary = &quot;default&quot;;
highlight_secondary = &quot;default&quot;;
highlight_symbol = &quot;» &quot;;
primary = &quot;default&quot;;
secondary = &quot;dim&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/intelli-shell.nix" target="_top">
&lt;home-manager/modules/programs/intelli-shell.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.intelli-shell.shellHotkeys"></a><a class="term" href="options.xhtml#opt-programs.intelli-shell.shellHotkeys"><code class="option">programs.intelli-shell.shellHotkeys</code>
</a>
</span>
</dt>
<dd>
<p>Settings for customizing the keybinding to integrate your shell with intelli-shell. You can see the details
here: <a class="link" href="https://lasantosr.github.io/intelli-shell/guide/installation.html#customizing-shell-integration" target="_top">https://lasantosr.github.io/intelli-shell/guide/installation.html#customizing-shell-integration</a>.</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of string</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">{
bookmark_hotkey = &quot;\\\\C-b&quot;;
fix_hotkey = &quot;\\\\C-p&quot;;
search_hotkey = &quot;\\\\C-t&quot;;
skip_esc_bind = &quot;\\\\C-q&quot;;
variable_hotkey = &quot;\\\\C-a&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/intelli-shell.nix" target="_top">
&lt;home-manager/modules/programs/intelli-shell.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.ion.enable"></a><a class="term" href="options.xhtml#opt-programs.ion.enable"><code class="option">programs.ion.enable</code>