diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-29 16:35:56 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-29 16:35:56 +0100 |
commit | 8fd8da0cba402466fcdfbc23cd87eb730765a99f (patch) | |
tree | b453d4131e480e9bfb32b483f9082223db0ef419 /modules/home.legacy/conf/beets/plugins | |
parent | fix(modules/legacy/conf/neomutt): Upload changed imap boxes again (diff) | |
download | nixos-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.nix | 2 |
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 ]; } |