10 lines
142 B
Nix
10 lines
142 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
services.gammastep = {
|
|
enable = true;
|
|
tray = true;
|
|
latitude = 49.01;
|
|
longitude = 8.4;
|
|
};
|
|
}
|