temperance/configuration.nix: enable greetd

This commit is contained in:
Charlie Root 2025-04-06 21:23:35 +02:00
commit c394cb70f6
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -80,11 +80,13 @@ in {
services = {
locate.enable = true;
media.mpd = {
enable = true;
musicDirectory = "/home/${config.modules.other.system.username}/cloud/media/Music";
};
uwsm.enable = true;
greetd.enable = true;
};
other = {
system = {