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-04-10 17:30:37 +00:00
parent 2956481414
commit 9380f38ccd

View file

@ -18372,7 +18372,8 @@ lazy attribute set of (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>Example:</em></span></p><pre><code class="programlisting">&#x27;&#x27;
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
my-theme = &#x27;&#x27;
theme[main_bg]=&quot;#282a36&quot;
theme[main_fg]=&quot;#f8f8f2&quot;
theme[title]=&quot;#f8f8f2&quot;
@ -18415,7 +18416,8 @@ lazy attribute set of (absolute path or strings concatenated with “\n”)</p>
theme[process_start]=&quot;#50fa7b&quot;
theme[process_mid]=&quot;#59b690&quot;
theme[process_end]=&quot;#6272a4&quot;
&#x27;&#x27;
&#x27;&#x27;;
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>