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

9 lines
134 B
Nix

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