mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
5427f3d1f0
If the user has enabled the XDG user directories module then we can use the XDG music directory in the MPD module. Otherwise we'll leave the option undefined so that the user is forced to define the directory to use. This applies to state version 22.11 and above. Fixes #3225
11 lines
319 B
Text
11 lines
319 B
Text
music_directory "/my/music/dir"
|
|
playlist_directory "/home/hm-user/.local/share/mpd/playlists"
|
|
db_file "/home/hm-user/.local/share/mpd/tag_cache"
|
|
|
|
state_file "/home/hm-user/.local/share/mpd/state"
|
|
sticker_file "/home/hm-user/.local/share/mpd/sticker.sql"
|
|
|
|
bind_to_address "127.0.0.1"
|
|
|
|
|
|
|