nixos-config/modules/hardware/mobile.nix

10 lines
146 B
Nix
Raw Normal View History

2021-07-29 20:21:51 +00:00
{ pkgs, ... }:
# Special options for mobile devices
{
# Battery savings
2021-07-30 08:29:39 +00:00
#services.tlp.enable = true;
2021-07-29 20:21:51 +00:00
2021-09-04 18:16:58 +00:00
hardware.sensor.iio.enable = true;
2021-07-29 20:21:51 +00:00
}