nixfiles/home/gui/environments/sway/gammastep.nix
2022-01-16 11:22:44 +00:00

11 lines
150 B
Nix

{ config, lib, ... }:
{
services.gammastep = {
enable = true;
tray = true;
latitude = "51.927031";
longitude = "-0.654746";
};
}