about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/beets/plugins
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-29 16:35:56 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-29 16:35:56 +0100
commit8fd8da0cba402466fcdfbc23cd87eb730765a99f (patch)
treeb453d4131e480e9bfb32b483f9082223db0ef419 /modules/home.legacy/conf/beets/plugins
parentfix(modules/legacy/conf/neomutt): Upload changed imap boxes again (diff)
downloadnixos-config-8fd8da0cba402466fcdfbc23cd87eb730765a99f.zip
fix(modules/legacy/conf/beets): Disable the xtractor plugin
This plugin never worked (because of some issue with gaia), but now it
also stopped to build.
Diffstat (limited to 'modules/home.legacy/conf/beets/plugins')
-rw-r--r--modules/home.legacy/conf/beets/plugins/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home.legacy/conf/beets/plugins/default.nix b/modules/home.legacy/conf/beets/plugins/default.nix
index 3bea5ea8..a0b44e3c 100644
--- a/modules/home.legacy/conf/beets/plugins/default.nix
+++ b/modules/home.legacy/conf/beets/plugins/default.nix
@@ -11,6 +11,6 @@
     ./play
     ./replaygain
     ./smartplaylist
-    ./xtractor
+    # ./xtractor
   ];
 }