MyNixOS website logo

Global EasyEffects settings written to its mutable KConfig database. Settings are grouped by KConfig section. A value of null deletes the corresponding key. This option requires EasyEffects 8.0.0 or later.

Declarations
Type
attribute set of attribute set of (null or boolean or signed integer or floating point number or string or absolute path)
Default
{ }
Example
{
  StreamInputs = {
    inputDevice = "alsa_input.usb-example";
    listenToMic = false;
  };
  StreamOutputs.useDefaultOutputDevice = true;
}