about summary refs log tree commit diff stats
path: root/modules/home/conf/beets/plugins/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/beets/plugins/default.nix')
-rw-r--r--modules/home/conf/beets/plugins/default.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/home/conf/beets/plugins/default.nix b/modules/home/conf/beets/plugins/default.nix
deleted file mode 100644
index 3bea5ea8..00000000
--- a/modules/home/conf/beets/plugins/default.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{...}: {
-  imports = [
-    ./badfiles
-    ./duplicates
-    ./fuzzy
-    ./ihate
-    ./inline
-    ./lastgenre
-    ./lyrics
-    ./mbsubmit
-    ./play
-    ./replaygain
-    ./smartplaylist
-    ./xtractor
-  ];
-}