9 lines
332 B
Plaintext
9 lines
332 B
Plaintext
|
context.exec = [
|
||
|
# You can optionally start the pulseaudio-server here as well
|
||
|
# but it is better to start it as a systemd service.
|
||
|
# It can be interesting to start another daemon here that listens
|
||
|
# on another address with the -a option (eg. -a tcp:4713).
|
||
|
#
|
||
|
{ path = "/usr/bin/pipewire-pulse" args = "" }
|
||
|
]
|