services.mpd.musicDirectory
Home-Manager option
The directory where mpd reads music from. If xdg.userDirs.enable is true then the defined XDG music directory is used. Otherwise, you must explicitly specify a value.
type: absolute path or stringDefault
declared in: <home-manager/modules/services/mpd.nix>source unavailable${home.homeDirectory}/music if state version < 22.11 ${xdg.userDirs.music} if xdg.userDirs.enable == true undefined otherwise