context.modules = [ { name = libpipewire-module-combine-stream args = { combine.mode = sink node.name = "all-bluetooth" node.description = "All Bluetooth devices" combine.latency-compensate = false combine.props = { audio.position = [ FL FR ] } stream.props = { } stream.rules = [ { matches = [ { node.name = "~bluez_output.*" media.class = "Audio/Sink" } ] actions = { create-stream = { } } } ] } } ]