{ pkgs, ... }: # Special options for mobile devices { # Battery savings #services.tlp.enable = true; # TODO: Maybe move this out of here environment.systemPackages = [ pkgs.iio-sensor-proxy ]; }