about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/beets/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home.legacy/conf/beets/plugins')
-rw-r--r--modules/home.legacy/conf/beets/plugins/play/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home.legacy/conf/beets/plugins/play/default.nix b/modules/home.legacy/conf/beets/plugins/play/default.nix
index f5bc3c9b..635848c0 100644
--- a/modules/home.legacy/conf/beets/plugins/play/default.nix
+++ b/modules/home.legacy/conf/beets/plugins/play/default.nix
@@ -5,7 +5,7 @@
   ...
 }: {
   programs.beets.settings.play = {
-    command = "${lib.getExe pkgs.mpc-cli} $args add";
+    command = "${lib.getExe pkgs.mpc} $args add";
     relative_to = config.services.mpd.musicDirectory;
 
     # Run the command with the returned paths as arguments