From b205ab6c207b0b114965604cd34684a0a2063aed Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 27 May 2024 00:34:24 -0600 Subject: mpd config fixes --- .config/guix/modules/mpd.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.config/guix/modules/mpd.scm') diff --git a/.config/guix/modules/mpd.scm b/.config/guix/modules/mpd.scm index ce70dfb..3c17b3e 100644 --- a/.config/guix/modules/mpd.scm +++ b/.config/guix/modules/mpd.scm @@ -9,7 +9,13 @@ (define bd-mpd-package `(,@(map specification->package - '("mpd-mpc")))) + '( + ;; if the user can't access mpd directly, + ;; emms will fail to parse the supported + ;; file types :) + "mpd" + "mpd-mpc" + )))) (define bd-mpd-service (list -- cgit v1.2.3