MyNixOS website logo
option

programs.powerline-go.settings

This can be any key/value pair as described in https://github.com/justjanne/powerline-go.

Declarations
Type
attribute set of (boolean or signed integer or string or list of string)
Default
{ }
Example
{
  cwd-max-depth = 7;
  hostname-only-if-ssh = true;
  ignore-repos = [
    "/home/me/big-project"
    "/home/me/huge-project"
  ];
  numeric-exit-codes = true;
}