{ config, lib, pkgs, ... }: { services.gammastep = { enable = true; latitude = config.location.latitude; longitude = config.location.longitude; temperature = { day = 5000; night = 3700; }; }; }