parent
a5f7be062b
commit
20cd2a0611
1 changed files with 9 additions and 0 deletions
|
@ -12,6 +12,15 @@ in {
|
||||||
jack.enable = true;
|
jack.enable = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
lowLatency.enable = true;
|
lowLatency.enable = true;
|
||||||
|
|
||||||
|
extraConfig.pipewire-pulse.combine-sink = {
|
||||||
|
"pulse.cmd" = [
|
||||||
|
{
|
||||||
|
cmd = "load-module";
|
||||||
|
args = "module-combine-sink";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue