about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/beets/plugins/default.nix
blob: 3bea5ea8281dc405edff44b7307f11c491502a2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{...}: {
  imports = [
    ./badfiles
    ./duplicates
    ./fuzzy
    ./ihate
    ./inline
    ./lastgenre
    ./lyrics
    ./mbsubmit
    ./play
    ./replaygain
    ./smartplaylist
    ./xtractor
  ];
}