fix pipewire camera workaround
This commit is contained in:
parent
47de34e1d4
commit
0949a6c42b
1 changed files with 5 additions and 3 deletions
|
@ -21,9 +21,11 @@ in {
|
||||||
wireplumber = {
|
wireplumber = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
wireplumber.profiles = {
|
"10-disable-camera" = {
|
||||||
main = {
|
"wireplumber.profiles" = {
|
||||||
monitor.libcamera = "disabled";
|
main = {
|
||||||
|
"monitor.libcamera" = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue