diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 41957e4..ff53600 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -94,7 +94,14 @@ alsa.support32Bit = true; pulse.enable = true; jack.enable = true; - wireplumber.enable = true; + wireplumber = { + enable = true; + extraConfig = { + "10-disable-camera" = { + "wireplumber.profiles" = { main."monitor.libcamera" = "disabled"; }; + }; + }; + }; }; nix = {