programs.mc.fileHighlightSettings

Home-Manager option

Settings for mc/filehighlight.ini file. This setting completely replaces the default /etc/mc/filehighlight.ini. Midnight Commander does not merge this file with the system default, so you should copy the original if you want to preserve default behavior and add your changes there.

type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{ lua = { extensions = "lua;luac"; }; }
declared in: <home-manager/modules/programs/mc.nix>source unavailable