From a318562aa7290970357c7cbe788f5bc9eb3d95c9 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 10 Aug 2024 13:28:07 +0200 Subject: [PATCH] Update --- hosts/laptop/configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 = {