MyNixOS website logo
option

services.pipewire.clientConfigs

Set of configuration files for the PipeWire client library.

Every item in this attrset becomes a separate drop-in file in $XDG_CONFIG_HOME/pipewire/client.conf.d/.

See the PipeWire wiki for examples.

Declarations
Type
attribute set of (JSON value)
Default
{ }
Example
{
  "10-no-resample" = {
    "stream.properties" = {
      "resample.disable" = true;
    };
  };
}