about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/beets/plugins/ihate/default.nix
blob: 145f5f8bbe0fc079f3c42e1b99c967555929fcc5 (plain) (blame)
1
2
3
4
5
6
7
8
{...}: {
  programs.beets.settings.ihate = {
    warn = [
      "title:commentary"
      "albumtype:live"
    ];
  };
}