services.pipewire.wireplumber.extraLadspaPackages

NixOS option

List of packages that provide LADSPA plugins in lib/ladspa that should be made available to WirePlumber for filter chains. Config packages have their required LADSPA plugins added automatically, so they don’t need to be specified here. Config packages need to set passthru.requiredLadspaPackages for this to work.

type: list of package
Default
[ ]
Example
[ pkgs.noisetorch-ladspa ]
declared in: nixos/modules/services/desktops/pipewire/wireplumber.nixView source on NixOS/nixpkgs →