notohh
19423d7465
Some checks failed
fmt check / check (push) Waiting to run
flake check / check (push) Has been cancelled
11 lines
179 B
Nix
11 lines
179 B
Nix
_: {
|
|
services.wlsunset = {
|
|
enable = false;
|
|
latitude = "40.712776";
|
|
longitude = "-74.005974";
|
|
temperature = {
|
|
day = 6500;
|
|
night = 3200;
|
|
};
|
|
};
|
|
}
|