10 lines
136 B
Nix
10 lines
136 B
Nix
{
|
|
services.wlsunset = {
|
|
enable = true;
|
|
|
|
# Random Netherlands coordinates
|
|
latitude = "53.2";
|
|
longitude = "6.5";
|
|
};
|
|
}
|