about summary refs log tree commit diff stats
path: root/modules/home/conf/beets/plugins/badfiles/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/beets/plugins/badfiles/default.nix')
-rw-r--r--modules/home/conf/beets/plugins/badfiles/default.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/home/conf/beets/plugins/badfiles/default.nix b/modules/home/conf/beets/plugins/badfiles/default.nix
deleted file mode 100644
index 33884785..00000000
--- a/modules/home/conf/beets/plugins/badfiles/default.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  lib,
-  pkgs,
-  ...
-}: {
-  programs.beets.settings.badfiles = {
-    check_on_import = true;
-    commands = {
-      flac = "${lib.getExe' pkgs.flac "flac"} --test --warnings-as-errors --silent";
-      mp3 = "${lib.getExe pkgs.mp3val}";
-    };
-  };
-}