mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Audio] Add combined output device to pipewire
This commit is contained in:
parent
b47462f73c
commit
33cc176dd4
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue