Switch to greetd to fix the service crisis
This commit is contained in:
parent
bbe92e5cd7
commit
fbec76baa7
9 changed files with 31 additions and 19 deletions
8
modules/home/wms/programs/wlsunset/default.nix
Normal file
8
modules/home/wms/programs/wlsunset/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.wlsunset = {
|
||||
enable = config.home.desktop.enable;
|
||||
sunrise = "07:30";
|
||||
sunset = "22:30";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue