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