programs.ncmpcpp.mpdMusicDir
Home-Manager option
Value of the mpd_music_dir setting. On Linux platforms the value of services.mpd.musicDirectory is used as the default if services.mpd.enable is true.
type: null or (string or absolute path convertible to it)Default
if pkgs.stdenv.hostPlatform.isLinux && config.services.mpd.enable then config.services.mpd.musicDirectory else null
Example
declared in: <home-manager/modules/programs/ncmpcpp.nix>source unavailable"~/music"