mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-07-12 04:05:27 +02:00
mpd: Fix audio output being incorrectly detected as alsa
This fixes an issue where previously one would have to pause and play audio tracks in order for them to play properly. Upstream issue: https://github.com/MusicPlayerDaemon/MPD/issues/1649
This commit is contained in:
@ -14,6 +14,11 @@ in
|
|||||||
inherit musicDirectory;
|
inherit musicDirectory;
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
audio_output {
|
||||||
|
type "pipewire"
|
||||||
|
name "PipeWire Sound Server"
|
||||||
|
}
|
||||||
|
|
||||||
auto_update "yes"
|
auto_update "yes"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user