feat(audio): add combined-sink option
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-09-10 21:47:50 -04:00
parent a5f7be062b
commit 20cd2a0611

View file

@ -12,6 +12,15 @@ in {
jack.enable = true;
pulse.enable = true;
lowLatency.enable = true;
extraConfig.pipewire-pulse.combine-sink = {
"pulse.cmd" = [
{
cmd = "load-module";
args = "module-combine-sink";
}
];
};
};
};