{config, ...}: { flake.modules.homeManager.desktop = {pkgs, ...}: { services.mpd = { enable = true; musicDirectory = "/home/${config.flake.meta.user.name}/Music"; extraConfig = '' audio_output { type "pipewire" name "PipeWire Output" } ''; }; }; }