From 01e03e85699d61e4dbae15b258aedfe952dcab71 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Fri, 30 Aug 2024 10:50:59 -0300 Subject: [PATCH] Added camera fix to blackbird --- hosts/Blackbird/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/Blackbird/default.nix b/hosts/Blackbird/default.nix index fff046a..c10a581 100644 --- a/hosts/Blackbird/default.nix +++ b/hosts/Blackbird/default.nix @@ -47,6 +47,13 @@ in { alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; + wireplumber.extraConfig."10-disable-camera" = { + "wireplumber.profiles" = { + main = { + "monitor.libcamera" = "disabled"; + }; + }; + }; }; # Setup bluetooth