aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/conf/beets/plugins/ihate
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home.legacy/conf/beets/plugins/ihate')
-rw-r--r--modules/home.legacy/conf/beets/plugins/ihate/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/home.legacy/conf/beets/plugins/ihate/default.nix b/modules/home.legacy/conf/beets/plugins/ihate/default.nix
new file mode 100644
index 00000000..145f5f8b
--- /dev/null
+++ b/modules/home.legacy/conf/beets/plugins/ihate/default.nix
@@ -0,0 +1,8 @@
+{...}: {
+ programs.beets.settings.ihate = {
+ warn = [
+ "title:commentary"
+ "albumtype:live"
+ ];
+ };
+}