MyNixOS website logo
option

services.pipewire.wireplumber.scriptPackages

List of packages that provide WirePlumber scripts, in the form of share/wireplumber/scripts/*/*.lua files.

Declarations
Type
list of package
Default
[ ]
Example
[
  (pkgs.writeTextDir "share/wireplumber/scripts/test/hello-world.lua" ''
    print("Hello, world!")
  '')
]