infrastructure/config/users/kat/sway/gammastep.nix
2021-10-03 01:02:53 +01:00

10 lines
145 B
Nix

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