diff options
Diffstat (limited to '')
| -rw-r--r-- | mpd.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ playlistDirectory = "${config.home.homeDirectory}/.playlists"; extraConfig = '' auto_update "yes" + audio_output { + type "pulse" + name "PipeWire Output" + } ''; }; } |
