diff options
Diffstat (limited to '.config/guix/modules')
-rw-r--r-- | .config/guix/modules/mpd.scm | 8 |
1 files changed, 7 insertions, 1 deletions
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 |