enable 32 bit alsa
This commit is contained in:
parent
d767531fa0
commit
b2a3407d9d
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
_: {
|
_: {
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa = {
|
||||||
|
enable = true;
|
||||||
|
support32Bit = true;
|
||||||
|
};
|
||||||
jack.enable = true;
|
jack.enable = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue