From aff127af2309ccc1539d471dfc3cd8bae418503d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Tue, 24 Dec 2024 12:08:21 +0100 Subject: [PATCH] 476 current 1970-01-01 01:00:00 25.05.20241219.d70bd19 6.6.66 * --- modules/home/music/mpd.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home/music/mpd.nix b/modules/home/music/mpd.nix index 77d3d08..cbea3fe 100644 --- a/modules/home/music/mpd.nix +++ b/modules/home/music/mpd.nix @@ -22,6 +22,12 @@ in { extraConfig = '' restore_paused "yes" auto_update "yes" + + audio_output { + type "pipewire" + name "MPD Pipewire" + replay_gain_handler "mixer" + } ''; }; services.mpd-mpris.enable = true;