1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00
This commit is contained in:
khaneliman 2025-11-06 16:28:54 +00:00
parent 6df9e6ae43
commit 478812507b

View file

@ -32462,6 +32462,45 @@ boolean</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/fish.nix" target="_top">
&lt;home-manager/modules/programs/fish.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.fish.completions"></a><a class="term" href="options.xhtml#opt-programs.fish.completions"><code class="option">programs.fish.completions</code>
</a>
</span>
</dt>
<dd>
<p>Custom fish completions. For more information see
<a class="link" href="https://fishshell.com/docs/current/completions.html" target="_top">https://fishshell.com/docs/current/completions.html</a>.</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of (strings concatenated with “\n” or (submodule))</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">{
my-prog = &#x27;&#x27;
complete -c myprog -s o -l output
&#x27;&#x27;;
my-app = {
body = &#x27;&#x27;
complete -c myapp -s -v
&#x27;&#x27;;
};
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>