about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/beets/plugins/duplicates/default.nix
blob: c8a6c108ba8cc8b91ba12e0b706aa9894bb1ca61 (plain) (blame)
1
2
3
4
5
{...}: {
  programs.beets.settings.duplicates = {
    keys = ["acoustid_fingerprint"];
  };
}