programs.ncmpcpp.mpdMusicDir
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
"~/music"- Declared
- <home-manager/modules/programs/ncmpcpp.nix>