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-07-05 15:33:44 +00:00
parent 77513392bf
commit a043646583

View file

@ -49871,6 +49871,36 @@ null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.numbat</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/numbat.nix" target="_top">
&lt;home-manager/modules/programs/numbat.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.numbat.initFile"></a><a class="term" href="options.xhtml#opt-programs.numbat.initFile"><code class="option">programs.numbat.initFile</code>
</a>
</span>
</dt>
<dd>
<p>User initialization file (<code class="filename">init.nbt</code>) contents. May be specified
inline or as a path to a source file.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or strings concatenated with “\n” or absolute path</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">&#x27;&#x27;
unit kohm: ElectricResistance = kV/A
&#x27;&#x27;
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>