mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-29 00:58:36 +01:00
mpd: Use pipewire as the audio output
Now that pipewire is more mainstream, we don't have to worry about using alsa or pulseaudio here which, from what I remember, took more effort to set up.
This commit is contained in:
parent
d45807e590
commit
f8d10629e5
@ -8,4 +8,9 @@ pid_file "~/.config/mpd/pid"
|
||||
state_file "~/.config/mpd/state"
|
||||
sticker_file "~/.config/mpd/sticker.sql"
|
||||
|
||||
audio_output {
|
||||
type "pipewire"
|
||||
name "PipeWire Sound Server"
|
||||
}
|
||||
|
||||
auto_update "yes"
|
||||
|
Loading…
Reference in New Issue
Block a user