mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
deploy: 77c9414828
This commit is contained in:
parent
745fa5967e
commit
982785f5b7
1 changed files with 9 additions and 6 deletions
|
@ -28056,18 +28056,21 @@ or <code class="filename">Library/Application Support/k9s/skins/</code> (darwin)
|
|||
<a class="link" href="https://k9scli.io/topics/skins/" target="_top">https://k9scli.io/topics/skins/</a> for supported values.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
attribute set of (YAML value)</p>
|
||||
attribute set of (YAML value or path)</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">my_blue_skin = {
|
||||
k9s = {
|
||||
body = {
|
||||
fgColor = "dodgerblue";
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
my_blue_skin = {
|
||||
k9s = {
|
||||
body = {
|
||||
fgColor = "dodgerblue";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
my_red_skin = ./red_skin.yaml;
|
||||
}
|
||||
|
||||
</code></pre>
|
||||
|
||||
|
|
Loading…
Reference in a new issue