WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 9e1acf890a - Show all commits

View file

@ -2,7 +2,6 @@ music_directory "~/Music"
playlist_directory "~/Music/Playlists"
db_file "~/.mpd/database"
log_file "~/.mpd/log"
pid_file "~/.mpd/pid"
state_file "~/.mpd/state"
sticker_file "~/.mpd/sticker.sql"
@ -20,6 +19,6 @@ audio_output {
}
audio_output {
type "pulse"
name "MPD PulseAudio"
type "pipewire"
name "MPD PipeWire"
}