From a74f2cdf080cb5fc4c0f0a7a14d3ccc8c2a96a35 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sun, 24 May 2026 14:00:37 +0200 Subject: Moved the mpd config to system services --- system/services.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'system/services.nix') diff --git a/system/services.nix b/system/services.nix index 131b279..383eda9 100644 --- a/system/services.nix +++ b/system/services.nix @@ -13,5 +13,16 @@ gnome-keyring.enable = true; gcr-ssh-agent.enable = false; }; + # Setup MPD as the backend of RMPC + mpd = { + enable = true; + musicDirectory = "~/Music"; + extraConfig = '' + audio_output { + type "pipewire" + name "PipeWire" + } + ''; + }; }; } -- cgit v1.2.3