1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-04-08 18:18:38 +00:00
This commit is contained in:
khaneliman 2025-02-11 15:19:08 +00:00
parent f91778a4b2
commit 38bda22857

View file

@ -25744,6 +25744,138 @@ list of string</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.git-worktree-switcher.enable"></a><a class="term" href="options.xhtml#opt-programs.git-worktree-switcher.enable"><code class="option">programs.git-worktree-switcher.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable git-worktree-switcher.</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/git-worktree-switcher.nix" target="_top">
&lt;home-manager/modules/programs/git-worktree-switcher.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.git-worktree-switcher.enableBashIntegration"></a><a class="term" href="options.xhtml#opt-programs.git-worktree-switcher.enableBashIntegration"><code class="option">programs.git-worktree-switcher.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/git-worktree-switcher.nix" target="_top">
&lt;home-manager/modules/programs/git-worktree-switcher.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.git-worktree-switcher.enableFishIntegration"></a><a class="term" href="options.xhtml#opt-programs.git-worktree-switcher.enableFishIntegration"><code class="option">programs.git-worktree-switcher.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/git-worktree-switcher.nix" target="_top">
&lt;home-manager/modules/programs/git-worktree-switcher.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.git-worktree-switcher.enableZshIntegration"></a><a class="term" href="options.xhtml#opt-programs.git-worktree-switcher.enableZshIntegration"><code class="option">programs.git-worktree-switcher.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/git-worktree-switcher.nix" target="_top">
&lt;home-manager/modules/programs/git-worktree-switcher.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.git-worktree-switcher.package"></a><a class="term" href="options.xhtml#opt-programs.git-worktree-switcher.package"><code class="option">programs.git-worktree-switcher.package</code>
</a>
</span>
</dt>
<dd>
<p>The git-worktree-switcher 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.git-worktree-switcher</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/git-worktree-switcher.nix" target="_top">
&lt;home-manager/modules/programs/git-worktree-switcher.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.gitui.enable"></a><a class="term" href="options.xhtml#opt-programs.gitui.enable"><code class="option">programs.gitui.enable</code>