blob: 510cb1069430a2fed2c5d38f8a496587b2dce839 (
plain) (
tree)
|
|
{ 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;
};
};
}
|