{ config, lib, pkgs, ... }: { services.gammastep = { enable = true; #TODO: this needs to come from locale.nix latitude = 37.8715; longitude = -122.2730; temperature = { day = 5000; night = 3700; }; }; }