services.mpd.musicDirectory

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 string
Default
${home.homeDirectory}/music    if state version < 22.11
${xdg.userDirs.music}          if xdg.userDirs.enable == true
undefined                      otherwise
Declared
<home-manager/modules/services/mpd.nix>