modules/hardware: pipewire batteyr fix

This commit is contained in:
Sakooooo 2024-08-09 20:38:24 +04:00
parent 89e4d8be99
commit 4304d26ede
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -24,6 +24,13 @@ in
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
extraConfig = {
"10-disable-camera" = {
"wireplumber.profiles" = {
main."monitor.libcamera" = "disabled";
};
};
};
};
};