diff --git a/hm/desktop/mpd/default.nix b/hm/desktop/mpd/default.nix index 1de7ed8..9f2c220 100644 --- a/hm/desktop/mpd/default.nix +++ b/hm/desktop/mpd/default.nix @@ -19,7 +19,12 @@ }; extraConfig = '' restore_paused "yes" + audio_output { + type "pipewire" + name "PipeWire Sound Server" + } ''; + # UPST auto audio_output ? musicDirectory = "${config.home.homeDirectory}/Musiques"; }; xdg = {