fix: disable light sensors and accelerometers since they comsume battery but are not used

This commit is contained in:
Ahwx 2025-06-15 14:08:48 +02:00
parent 8956a092d1
commit fb3cb3d811

View file

@ -41,6 +41,9 @@
laptop13.audioEnhancement.enable = true; laptop13.audioEnhancement.enable = true;
}; };
# Disable light sensors and accelerometers as they are not used and consume extra battery
hardware.sensor.iio.enable = lib.mkForce false;
networking.hostName = "sakura"; networking.hostName = "sakura";
powerManagement = { powerManagement = {