summaryrefslogtreecommitdiffstats
path: root/mpd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'mpd.nix')
-rw-r--r--mpd.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/mpd.nix b/mpd.nix
index 176600e..6ded434 100644
--- a/mpd.nix
+++ b/mpd.nix
@@ -6,6 +6,10 @@
playlistDirectory = "${config.home.homeDirectory}/.playlists";
extraConfig = ''
auto_update "yes"
+ audio_output {
+ type "pulse"
+ name "PipeWire Output"
+ }
'';
};
}