MyNixOS website logo

Skin files written to $XDG_CONFIG_HOME/k9s/skins/. See https://k9scli.io/topics/skins/ for supported values.

Declarations
Type
attribute set of (YAML value)
Default
{ }
Example
my_blue_skin = {
  k9s = {
    body = {
      fgColor = "dodgerblue";
    };
  };
};