{ config, lib, pkgs, ... }: let isEnabled = config.my.home.wm.windowManager == "sway"; in { config = lib.mkIf isEnabled { services.gammastep = { enable = true; #TODO: this needs to come from locale.nix latitude = 37.8715; longitude = -122.273; temperature = { day = 5000; night = 3700; }; }; }; }