about summary refs log tree commit diff stats
path: root/modules/home/conf/beets/plugins/lastgenre/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/beets/plugins/lastgenre/default.nix')
-rw-r--r--modules/home/conf/beets/plugins/lastgenre/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/home/conf/beets/plugins/lastgenre/default.nix b/modules/home/conf/beets/plugins/lastgenre/default.nix
deleted file mode 100644
index d10ca49f..00000000
--- a/modules/home/conf/beets/plugins/lastgenre/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{...}: {
-  programs.beets.settings.lastgenre = {
-    prefer_specific = false;
-    # Lookup the track, not the album
-    source = "track";
-  };
-}