fix pipewire camera workaround

This commit is contained in:
jacekpoz 2024-08-08 11:07:48 +02:00
parent 47de34e1d4
commit 0949a6c42b
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -21,9 +21,11 @@ in {
wireplumber = {
enable = true;
extraConfig = {
wireplumber.profiles = {
"10-disable-camera" = {
"wireplumber.profiles" = {
main = {
monitor.libcamera = "disabled";
"monitor.libcamera" = "disabled";
};
};
};
};