10 lines
146 B
Nix
10 lines
146 B
Nix
{ pkgs, ... }:
|
|
|
|
# Special options for mobile devices
|
|
{
|
|
# Battery savings
|
|
#services.tlp.enable = true;
|
|
|
|
hardware.sensor.iio.enable = true;
|
|
}
|