[Desktop/Audio] Add combined output device to pipewire

This commit is contained in:
Antoine Viallon 2022-06-09 01:07:03 +02:00
parent b47462f73c
commit 33cc176dd4
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -91,6 +91,11 @@ in {
alsa.enable = true;
alsa.support32Bit = mkDefault true;
wireplumber.enable = true;
config.pipewire-pulse = {
"context.exec" = [
{ path = "pactl"; args = ''load-module module-combine-sink sink_name="Sorties combinées"''; }
];
};
};
security.rtkit.enable = true; # Real-time support for pipewire