# SPDX-FileCopyrightText: 2020-2021 Simon Bruder # # SPDX-License-Identifier: AGPL-3.0-or-later { nixosConfig, ... }: { services.gammastep = { enable = true; inherit (nixosConfig.location) latitude longitude; temperature = { day = 6500; night = 3500; }; }; }