aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/conf/beets/plugins/play
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/beets/plugins/play')
-rw-r--r--modules/home/conf/beets/plugins/play/default.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/home/conf/beets/plugins/play/default.nix b/modules/home/conf/beets/plugins/play/default.nix
deleted file mode 100644
index f5bc3c9b..00000000
--- a/modules/home/conf/beets/plugins/play/default.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- lib,
- pkgs,
- config,
- ...
-}: {
- programs.beets.settings.play = {
- command = "${lib.getExe pkgs.mpc-cli} $args add";
- relative_to = config.services.mpd.musicDirectory;
-
- # Run the command with the returned paths as arguments
- raw = true;
- };
-}