1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-07-05 21:31:49 +00:00
parent 21d3804fc4
commit a7d274857f

View file

@ -40602,6 +40602,203 @@ paging = "auto";
</td></tr> </td></tr>
</table> </table>
</dd> </dd>
<dt>
<span class="term">
<a id="opt-programs.kubeswitch.enable"></a><a class="term" href="options.xhtml#opt-programs.kubeswitch.enable"><code class="option">programs.kubeswitch.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable the kubectx for operators.</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/kubeswitch.nix" target="_top">
&lt;home-manager/modules/programs/kubeswitch.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.kubeswitch.enableBashIntegration"></a><a class="term" href="options.xhtml#opt-programs.kubeswitch.enableBashIntegration"><code class="option">programs.kubeswitch.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/kubeswitch.nix" target="_top">
&lt;home-manager/modules/programs/kubeswitch.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.kubeswitch.enableFishIntegration"></a><a class="term" href="options.xhtml#opt-programs.kubeswitch.enableFishIntegration"><code class="option">programs.kubeswitch.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/kubeswitch.nix" target="_top">
&lt;home-manager/modules/programs/kubeswitch.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.kubeswitch.enableZshIntegration"></a><a class="term" href="options.xhtml#opt-programs.kubeswitch.enableZshIntegration"><code class="option">programs.kubeswitch.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/kubeswitch.nix" target="_top">
&lt;home-manager/modules/programs/kubeswitch.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.kubeswitch.package"></a><a class="term" href="options.xhtml#opt-programs.kubeswitch.package"><code class="option">programs.kubeswitch.package</code>
</a>
</span>
</dt>
<dd>
<p>The kubeswitch package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.kubeswitch</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/kubeswitch.nix" target="_top">
&lt;home-manager/modules/programs/kubeswitch.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.kubeswitch.commandName"></a><a class="term" href="options.xhtml#opt-programs.kubeswitch.commandName"><code class="option">programs.kubeswitch.commandName</code>
</a>
</span>
</dt>
<dd>
<p>The name of the command to use</p>
<p><span class="emphasis"><em>Type:</em></span>
string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;kswitch&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/kubeswitch.nix" target="_top">
&lt;home-manager/modules/programs/kubeswitch.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.kubeswitch.settings"></a><a class="term" href="options.xhtml#opt-programs.kubeswitch.settings"><code class="option">programs.kubeswitch.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration written to
<code class="filename">~/.kube/switch-config.yaml</code>.</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">{
kind = &quot;SwitchConfig&quot;;
kubeconfigName = &quot;*.myconfig&quot;;
kubeconfigStores = [
{
kind = &quot;filesystem&quot;;
kubeconfigName = &quot;*.myconfig&quot;;
paths = [
&quot;~/.kube/my-other-kubeconfigs/&quot;
];
}
];
version = &quot;v1alpha1&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/kubeswitch.nix" target="_top">
&lt;home-manager/modules/programs/kubeswitch.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt> <dt>
<span class="term"> <span class="term">
<a id="opt-programs.lapce.enable"></a><a class="term" href="options.xhtml#opt-programs.lapce.enable"><code class="option">programs.lapce.enable</code> <a id="opt-programs.lapce.enable"></a><a class="term" href="options.xhtml#opt-programs.lapce.enable"><code class="option">programs.lapce.enable</code>