about summary refs log tree commit diff stats
path: root/modules/home/conf/beets/plugins/duplicates
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/beets/plugins/duplicates')
-rw-r--r--modules/home/conf/beets/plugins/duplicates/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/home/conf/beets/plugins/duplicates/default.nix b/modules/home/conf/beets/plugins/duplicates/default.nix
deleted file mode 100644
index c8a6c108..00000000
--- a/modules/home/conf/beets/plugins/duplicates/default.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{...}: {
-  programs.beets.settings.duplicates = {
-    keys = ["acoustid_fingerprint"];
-  };
-}