mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-28 13:29:17 -05:00
hw/laptop: remove libcamera workaround
This commit is contained in:
parent
751dada59c
commit
2b6c0fb3e8
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue