nix-dotfiles/hm/wlsunset.nix

7 lines
95 B
Nix

{
services.wlsunset = {
enable = true;
latitude = 45.0;
longitude = 11.7;
};
}