services.pipewire.extraConfig.client

Additional configuration for the PipeWire client library, used by most applications.

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

See the PipeWire wiki for examples.

Type
attribute set of (JSON value)
Default
{ }
Example
{
  "10-no-resample" = {
    "stream.properties" = {
      "resample.disable" = true;
    };
  };
}
Declared
<nixpkgs/nixos/modules/services/desktops/pipewire/pipewire.nix>