.dotfiles/profiles/common/gammastep.nix
2024-07-31 01:14:42 +02:00

9 lines
134 B
Nix

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