{ nixosConfig, ... }: { services.gammastep = { enable = true; inherit (nixosConfig.location) latitude longitude; temperature = { day = 6500; night = 3500; }; }; }