1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-15 21:41:09 +01:00
This commit is contained in:
khaneliman 2025-08-06 15:58:06 +00:00
parent a0cf5b51ba
commit e9023ad8ed

View file

@ -34091,6 +34091,111 @@ null or one of “off”, “local”, “on”</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.goto.enable"></a><a class="term" href="options.xhtml#opt-programs.goto.enable"><code class="option">programs.goto.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable <span class="command"><strong>goto</strong></span></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/goto.nix" target="_top">
&lt;home-manager/modules/programs/goto.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.goto.enableBashIntegration"></a><a class="term" href="options.xhtml#opt-programs.goto.enableBashIntegration"><code class="option">programs.goto.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/goto.nix" target="_top">
&lt;home-manager/modules/programs/goto.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.goto.enableZshIntegration"></a><a class="term" href="options.xhtml#opt-programs.goto.enableZshIntegration"><code class="option">programs.goto.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/goto.nix" target="_top">
&lt;home-manager/modules/programs/goto.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.goto.package"></a><a class="term" href="options.xhtml#opt-programs.goto.package"><code class="option">programs.goto.package</code>
</a>
</span>
</dt>
<dd>
<p>The goto 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.goto</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/goto.nix" target="_top">
&lt;home-manager/modules/programs/goto.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.gpg.enable"></a><a class="term" href="options.xhtml#opt-programs.gpg.enable"><code class="option">programs.gpg.enable</code>