programs.mc.extensionSettings
Home-Manager option
Settings for mc/mc.ext.ini file. This setting completely replaces the default /etc/mc/mc.ext.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
declared in: <home-manager/modules/programs/mc.nix>source unavailable{ EPUB = { Open = "fbreader %f &"; Shell = ".epub"; }; }