MyNixOS website logo
option

services.pipewire.extraConfig.client-rt

Additional configuration for the PipeWire client library, used by real-time applications and legacy ALSA clients.

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

See the PipeWire wiki for examples of general configuration, and PipeWire wiki - ALSA for ALSA clients.

Declarations
Type
attribute set of (JSON value)
Default
{ }
Example
{
  "10-alsa-linear-volume" = {
    "alsa.properties" = {
      "alsa.volume-method" = "linear";
    };
  };
}