.dotfiles/profiles/home/common/gammastep.nix
2025-01-01 15:59:58 +01:00

9 lines
134 B
Nix

_:
{
services.gammastep = {
enable = true;
provider = "manual";
latitude = 48.210033;
longitude = 16.363449;
};
}