MyNixOS website logo

The directory where mpd reads music from.

If is true then the defined XDG music directory is used. Otherwise, you must explicitly specify a value.

Declarations
Type
path or string
Default
${home.homeDirectory}/music    if state version < 22.11
${xdg.userDirs.music}          if xdg.userDirs.enable == true
undefined                      otherwise