1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-07 17:41:03 +01:00

mpd: refactor implementation (#6537)

Remove with lib, reorganize, cleanup conditionals, hide options that are
linux only from darwin.
This commit is contained in:
Austin Horstman 2025-02-27 11:56:56 -05:00 committed by GitHub
parent 11e6d20803
commit cf3bf4f1b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 73 additions and 92 deletions

View file

@ -1,12 +1,7 @@
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"
bind_to_address "127.0.0.1"

View file

@ -1,12 +1,7 @@
music_directory "/home/hm-user/Music"
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"
bind_to_address "127.0.0.1"