Switch to greetd to fix the service crisis

This commit is contained in:
Bun 2025-05-06 08:23:30 -04:00
parent bbe92e5cd7
commit fbec76baa7
9 changed files with 31 additions and 19 deletions

View file

@ -0,0 +1,8 @@
{ config, ... }:
{
services.wlsunset = {
enable = config.home.desktop.enable;
sunrise = "07:30";
sunset = "22:30";
};
}