1
Fork 0
satellite/home/features/wayland/wlsunset.nix
2023-05-31 04:53:44 +02:00

10 lines
136 B
Nix

{
services.wlsunset = {
enable = true;
# Random Netherlands coordinates
latitude = "53.2";
longitude = "6.5";
};
}