blob: 9a4a095b26a4a2013c2457270917a34eed6c9076 (
plain) (
tree)
|
|
# Configuration specifically for laptops that move around.
{ ... }:
{
# Automatically detect location to use for redshift
location.provider = "geoclue2";
# Enable power-saving features.
services.tlp.enable = true;
programs.light.enable = true;
}
|