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-17 20:25:48 +00:00
parent bfe56b4af6
commit 1733c0c3bc

View file

@ -61276,13 +61276,10 @@ 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">{
_type = &quot;order&quot;;
content = &#x27;&#x27;
echo &quot;Hello, initContent!&quot;
&#x27;&#x27;;
priority = 1000;
}
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">lib.mkOrder 1000 &#x27;&#x27;&#x27;
echo &quot;Hello zsh initContent!&quot;
&#x27;&#x27;&#x27;;
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>