infrastructure/users/kat/home/sway/gammastep.nix
2021-05-06 15:43:59 +01:00

9 lines
128 B
Nix

{ config, lib, ... }:
{
services.gammastep = {
enable = true;
latitude = "51.5074";
longitude = "0.1278";
};
}