services.pipewire.extraConfig.client
NixOS option
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
declared in: nixos/modules/services/desktops/pipewire/pipewire.nixView source on NixOS/nixpkgs →{
"10-no-resample" = {
"stream.properties" = {
"resample.disable" = true;
};
};
}