programs.mc.settings

Settings for mc/ini 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
{
  Panels = {
    show_dot_files = false;
  };
}
Declared
<home-manager/modules/programs/mc.nix>