From 4a92c8d2f4e72032610b6817045fd6363f6c1d25 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Nov 2024 20:37:24 -0500 Subject: [PATCH] hw/laptop: remove libcamera workaround --- hwModules/common/laptop/default.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/hwModules/common/laptop/default.nix b/hwModules/common/laptop/default.nix index fd797681..1ce86c23 100644 --- a/hwModules/common/laptop/default.nix +++ b/hwModules/common/laptop/default.nix @@ -8,17 +8,6 @@ }; services = { - pipewire.wireplumber.extraConfig = { - # Pipewire eats battery by never disabling the camera. - "10-disable-camera" = { - "wireplumber.profiles" = { - main = { - "monitor.libcamera" = "disabled"; - }; - }; - }; - }; - power-profiles-daemon.enable = lib.mkDefault true; udev.extraRules = ''