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