diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index a8e084b..f117583 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -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 = {