1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
khaneliman 2025-03-25 23:56:44 +00:00
parent b52c17e65b
commit ac7098390d

View file

@ -29108,6 +29108,37 @@ boolean</p>
<p><span class="emphasis"><em>Default:</em></span> <p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p> <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/helix.nix" target="_top">
&lt;home-manager/modules/programs/helix.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.helix.extraConfig"></a><a class="term" href="options.xhtml#opt-programs.helix.extraConfig"><code class="option">programs.helix.extraConfig</code>
</a>
</span>
</dt>
<dd>
<p>Extra lines to be appended to the config file.
Use this if you would like to maintain order for helix settings (eg. for minor modes)</p>
<p><span class="emphasis"><em>Type:</em></span>
strings concatenated with “\n”</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[keys.normal.g] # Reverse Alphabetical Order
G = &quot;goto_file_end&quot;
g = &quot;goto_file_start&quot;
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p> <p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist"> <table border="0" summary="Simple list" class="simplelist">
<tr><td> <tr><td>