MyNixOS website logo

Skin files written to $XDG_CONFIG_HOME/k9s/skins/ (linux) or Library/Application Support/k9s/skins/ (darwin). See https://k9scli.io/topics/skins/ for supported values.

Declarations
Type
attribute set of (YAML value or path)
Default
{ }
Example
{
  my_blue_skin = {
    k9s = {
      body = {
        fgColor = "dodgerblue";
      };
    };
  };
  my_red_skin = ./red_skin.yaml;
}