Switch to latlong for wlsunset

This commit is contained in:
Bun 2025-05-06 09:43:56 -04:00
parent 4fd8327291
commit 92f310c5cd

View file

@ -2,7 +2,7 @@
{ {
services.wlsunset = { services.wlsunset = {
enable = config.home.desktop.enable; enable = config.home.desktop.enable;
sunrise = "07:30"; latitude = "43.6";
sunset = "22:30"; longitude = "-79.3";
}; };
} }