nixos-config/modules/hardware/mobile.nix

10 lines
146 B
Nix

{ pkgs, ... }:
# Special options for mobile devices
{
# Battery savings
#services.tlp.enable = true;
hardware.sensor.iio.enable = true;
}