nixfiles/home/gui/environments/sway/gammastep.nix

11 lines
150 B
Nix
Raw Normal View History

2021-12-21 14:00:09 +00:00
{ config, lib, ... }:
{
services.gammastep = {
enable = true;
tray = true;
latitude = "51.927031";
longitude = "-0.654746";
};
}