1
0
mirror of https://github.com/nix-community/home-manager synced 2024-05-31 20:13:34 +02:00
This commit is contained in:
teto 2023-11-01 17:41:08 +00:00
parent f3e4d946a3
commit 75bd3f309c

View File

@ -6133,6 +6133,24 @@ boolean</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">
&lt;home-manager/modules/programs/k9s.nix&gt;
</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">
&lt;home-manager/modules/programs/k9s.nix&gt;
</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
<a class="link" href="https://k9scli.io/topics/config/" target="_top">https://k9scli.io/topics/config/</a>