Some checks failed
Basic Code Checks / formatting-check (push) Has been cancelled
Signed-off-by: gwg313 <gwg313@pm.me>
12 lines
179 B
Nix
12 lines
179 B
Nix
{
|
|
services.gammastep = {
|
|
enable = true;
|
|
latitude = 45.4;
|
|
longitude = -75.7;
|
|
temperature = {
|
|
day = 6500;
|
|
night = 3500;
|
|
};
|
|
tray = true;
|
|
};
|
|
}
|