about summary refs log tree commit diff stats
path: root/modules/home/conf/beets/plugins/lastgenre/default.nix
blob: d10ca49f83c1346494705b4416d10227f05e6ef9 (plain) (blame)
1
2
3
4
5
6
7
{...}: {
  programs.beets.settings.lastgenre = {
    prefer_specific = false;
    # Lookup the track, not the album
    source = "track";
  };
}