mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: disable light sensors and accelerometers since they comsume battery but are not used
This commit is contained in:
parent
8956a092d1
commit
fb3cb3d811
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@
|
|||
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";
|
||||
|
||||
powerManagement = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue