MyNixOS website logo
option

services.pipewire.wireplumber.scripts

Set of lua scripts to be used by WirePlumber configuration files.

Every item in this attrset becomes a separate drop-in file in $XDG_DATA_HOME/wireplumber/scripts/.

See the NixOS option for details.

Declarations
Type
attribute set of strings concatenated with "\n"
Default
{ }
Example
{
  "test/hello-world.lua" = ''
    print("Hello, world!")
  '';
}