mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
deploy: fc2a8842ea
This commit is contained in:
parent
f3e4d946a3
commit
75bd3f309c
1 changed files with 18 additions and 0 deletions
18
options.html
18
options.html
|
@ -6133,6 +6133,24 @@ boolean</p><p><span class="emphasis"><em>Default:</em></span>
|
||||||
package</p><p><span class="emphasis"><em>Default:</em></span>
|
package</p><p><span class="emphasis"><em>Default:</em></span>
|
||||||
<code class="literal">pkgs.k9s</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/k9s.nix" target="_top">
|
<code class="literal">pkgs.k9s</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/k9s.nix" target="_top">
|
||||||
<home-manager/modules/programs/k9s.nix>
|
<home-manager/modules/programs/k9s.nix>
|
||||||
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.k9s.hotkey"></a><a class="term" href="options.html#opt-programs.k9s.hotkey"><code class="option">programs.k9s.hotkey</code></a></span></dt><dd><p>hotkeys written to
|
||||||
|
<code class="filename">$XDG_CONFIG_HOME/k9s/hotkey.yml</code>. See
|
||||||
|
<a class="link" href="https://k9scli.io/topics/hotkeys/" target="_top">https://k9scli.io/topics/hotkeys/</a>
|
||||||
|
for supported values.</p><p><span class="emphasis"><em>Type:</em></span>
|
||||||
|
YAML 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 class="programlisting">hotkey = {
|
||||||
|
# Make sure this is camel case
|
||||||
|
hotKey = {
|
||||||
|
shift-0 = {
|
||||||
|
shortCut = "Shift-0";
|
||||||
|
description = "Viewing pods";
|
||||||
|
command = "pods";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
</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/k9s.nix" target="_top">
|
||||||
|
<home-manager/modules/programs/k9s.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.k9s.settings"></a><a class="term" href="options.html#opt-programs.k9s.settings"><code class="option">programs.k9s.settings</code></a></span></dt><dd><p>Configuration written to
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.k9s.settings"></a><a class="term" href="options.html#opt-programs.k9s.settings"><code class="option">programs.k9s.settings</code></a></span></dt><dd><p>Configuration written to
|
||||||
<code class="filename">$XDG_CONFIG_HOME/k9s/config.yml</code>. See
|
<code class="filename">$XDG_CONFIG_HOME/k9s/config.yml</code>. See
|
||||||
<a class="link" href="https://k9scli.io/topics/config/" target="_top">https://k9scli.io/topics/config/</a>
|
<a class="link" href="https://k9scli.io/topics/config/" target="_top">https://k9scli.io/topics/config/</a>
|
||||||
|
|
Loading…
Reference in a new issue