services.pipewire.extraLv2Packages

NixOS option

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

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