about summary refs log blame commit diff stats
path: root/modules/home/conf/beets/plugins/duplicates/default.nix
blob: c8a6c108ba8cc8b91ba12e0b706aa9894bb1ca61 (plain) (tree)
1
2
3
4
5



                                        
{...}: {
  programs.beets.settings.duplicates = {
    keys = ["acoustid_fingerprint"];
  };
}