This is an automated archive made by the Lemmit Bot.
The original was posted on /r/nixos by /u/Quantitation on 2025-09-22 18:59:41+00:00.
{
services.wlsunset = {
enable = true;
latitude = ...; # replace with your latitude
longitude = ...; # replace with your longitude
};
}
Add it to your home-manager configuration and forget about it. Your eyes will thank you!
You must log in or register to comment.