From feae8ede491cced421c164816be162b6c52b8bed Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sun, 24 May 2026 14:01:36 +0200 Subject: Changed music path for mpd to be absolute --- system/services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/services.nix') diff --git a/system/services.nix b/system/services.nix index 383eda9..70d602a 100644 --- a/system/services.nix +++ b/system/services.nix @@ -16,7 +16,7 @@ # Setup MPD as the backend of RMPC mpd = { enable = true; - musicDirectory = "~/Music"; + musicDirectory = "/home/mun/Music"; extraConfig = '' audio_output { type "pipewire" -- cgit v1.2.3