1
Fork 0
satellite/home/features/wayland/wlsunset.nix

10 lines
136 B
Nix
Raw Normal View History

2023-05-31 04:53:44 +02:00
{
services.wlsunset = {
enable = true;
# Random Netherlands coordinates
latitude = "53.2";
longitude = "6.5";
};
}