mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
deploy: b870fb2d62
This commit is contained in:
parent
bfe56b4af6
commit
1733c0c3bc
1 changed files with 4 additions and 7 deletions
|
|
@ -61276,13 +61276,10 @@ strings concatenated with “\n”</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">{
|
||||
_type = "order";
|
||||
content = ''
|
||||
echo "Hello, initContent!"
|
||||
'';
|
||||
priority = 1000;
|
||||
}
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">lib.mkOrder 1000 '''
|
||||
echo "Hello zsh initContent!"
|
||||
''';
|
||||
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue