mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
deploy: bb8d286649
This commit is contained in:
parent
5cd8bada21
commit
5ab73e7819
1 changed files with 27 additions and 0 deletions
|
|
@ -64244,6 +64244,33 @@ boolean</p>
|
||||||
<p><span class="emphasis"><em>Example:</em></span>
|
<p><span class="emphasis"><em>Example:</em></span>
|
||||||
<code class="literal">true</code></p>
|
<code class="literal">true</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/zed-editor.nix" target="_top">
|
||||||
|
<home-manager/modules/programs/zed-editor.nix>
|
||||||
|
</a></code>
|
||||||
|
</td></tr>
|
||||||
|
</table>
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<span class="term">
|
||||||
|
<a id="opt-programs.zed-editor.themes"></a><a class="term" href="options.xhtml#opt-programs.zed-editor.themes"><code class="option">programs.zed-editor.themes</code>
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
<p>Each theme is written to
|
||||||
|
<code class="filename">$XDG_CONFIG_HOME/zed/themes/theme-name.json</code>
|
||||||
|
where the name of each attribute is the theme-name</p><p>See <a class="link" href="https://zed.dev/docs/extensions/themes" target="_top">https://zed.dev/docs/extensions/themes</a> for the structure of a
|
||||||
|
Zed theme</p>
|
||||||
|
|
||||||
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
|
attribute set of (JSON value or absolute path or strings concatenated with “\n”)</p>
|
||||||
|
|
||||||
|
<p><span class="emphasis"><em>Default:</em></span>
|
||||||
|
<code class="literal">{ }</code></p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||||
<table border="0" summary="Simple list" class="simplelist">
|
<table border="0" summary="Simple list" class="simplelist">
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue