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