services: add alsa to pipewire for electron apps

This commit is contained in:
Kabbone 2022-11-27 10:37:40 +01:00
parent bc81c39a95
commit ffdbf1c581
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -101,10 +101,10 @@
services = {
pipewire = { # Sound
enable = true;
#alsa = {
# enable = true;
alsa = {
enable = true;
# support32Bit = true;
#};
};
pulse.enable = true;
wireplumber.enable = true;
};