MyNixOS website logo
option

services.pipewire.extraLv2Packages

List of packages that provide LV2 plugins, in the form of lib/lv2/* files.

LV2 dependencies will be picked up from config packages automatically via passthru.requiredLv2Packages, so they don't need to be set here.

Declarations
Type
list of package
Default
[ ]
Example
[ pkgs.lsp-plugins ]