9 lines
134 B
Nix
9 lines
134 B
Nix
{...}: {
|
|
services.gammastep = {
|
|
enable = true;
|
|
tray = true;
|
|
latitude = "51.927031";
|
|
longitude = "-0.654746";
|
|
};
|
|
}
|