1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00
This commit is contained in:
rycee 2024-05-10 22:59:01 +00:00
parent 1c25341711
commit 26c9fa3b07

View File

@ -27476,7 +27476,7 @@ boolean</p>
</span>
</dt>
<dd>
<p>Options to add to the <code class="filename">.jjconfig.toml</code> file. See
<p>Options to add to the <code class="filename">config.toml</code> file. See
<a class="link" href="https://github.com/martinvonz/jj/blob/main/docs/config.md" target="_top">https://github.com/martinvonz/jj/blob/main/docs/config.md</a>
for options.</p>
@ -27488,11 +27488,10 @@ TOML value</p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
user = {
name = &quot;John Doe&quot;;
email = &quot;jdoe@example.org&quot;;
name = &quot;John Doe&quot;;
};
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>