mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
deploy: 92266c9a6f
This commit is contained in:
parent
2956481414
commit
9380f38ccd
1 changed files with 46 additions and 44 deletions
|
|
@ -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">''
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
my-theme = ''
|
||||
theme[main_bg]="#282a36"
|
||||
theme[main_fg]="#f8f8f2"
|
||||
theme[title]="#f8f8f2"
|
||||
|
|
@ -18415,7 +18416,8 @@ lazy attribute set of (absolute path or strings concatenated with “\n”)</p>
|
|||
theme[process_start]="#50fa7b"
|
||||
theme[process_mid]="#59b690"
|
||||
theme[process_end]="#6272a4"
|
||||
''
|
||||
'';
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue