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 = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
wireplumber.profiles = {
|
||||
main = {
|
||||
monitor.libcamera = "disabled";
|
||||
"10-disable-camera" = {
|
||||
"wireplumber.profiles" = {
|
||||
main = {
|
||||
"monitor.libcamera" = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue