programs.mc.panelsSettings

Settings for mc/panels file.

Any missing settings will fall back to the system default.

Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  Dirs = {
    current_is_left = false;
    other_dir = "/home";
  };
}
Declared
<home-manager/modules/programs/mc.nix>