1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-07-21 00:15:49 +00:00
parent 5ecdc21dae
commit bf451d9da2

View file

@ -75950,6 +75950,41 @@ JSON value</p>
</code></pre>
<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/zed-editor.nix" target="_top">
&lt;home-manager/modules/programs/zed-editor.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.zed-editor.userTasks"></a><a class="term" href="options.xhtml#opt-programs.zed-editor.userTasks"><code class="option">programs.zed-editor.userTasks</code>
</a>
</span>
</dt>
<dd>
<p>Configuration written to Zeds <code class="filename">tasks.json</code>.</p><p><a class="link" href="https://zed.dev/docs/tasks" target="_top">List of tasks</a> that can be run from the
command palette.</p>
<p><span class="emphasis"><em>Type:</em></span>
JSON value</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">[
{
label = &quot;Format Code&quot;;
command = &quot;nix&quot;;
args = [ &quot;fmt&quot; &quot;$ZED_WORKTREE_ROOT&quot; ];
}
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>