about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/beets/plugins.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 20:27:21 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 20:27:21 +0200
commit60004157dc5683d686617ca4281e3dc57cf28164 (patch)
tree628e684ae9a55424594ba0e4c901a4e34d99ea7c /modules/home.legacy/conf/beets/plugins.nix
parentflake: Remove the arkenfox-nixos dependency (diff)
downloadnixos-config-60004157dc5683d686617ca4281e3dc57cf28164.zip
modules/legacy/beets: Remove unused plugins
I have not known that these plugins were configured, until I looked at
the nix source again. As such, enabling theme is useless.
Diffstat (limited to 'modules/home.legacy/conf/beets/plugins.nix')
-rw-r--r--modules/home.legacy/conf/beets/plugins.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/home.legacy/conf/beets/plugins.nix b/modules/home.legacy/conf/beets/plugins.nix
index 09eeac5b..a3abb580 100644
--- a/modules/home.legacy/conf/beets/plugins.nix
+++ b/modules/home.legacy/conf/beets/plugins.nix
@@ -17,9 +17,6 @@
   # <2024-08-07>
   # "scrub"
 
-  # Help submitting stuff to music brainz
-  "mbsubmit"
-
   # Extract things from the music file
   # "xtractor"
 
@@ -29,12 +26,6 @@
   # Check for bad files
   "badfiles"
 
-  # Alows to use inline python for parsing tags
-  "inline"
-
-  # Support player integration
-  "play"
-
   # Show tags on files/queries
   "info"
 
@@ -47,9 +38,6 @@
   # Warn, when importing a matching item
   "ihate"
 
-  # Allow fuzzy searching
-  "fuzzy"
-
   # Filter out duplicates
   "duplicates"
 
@@ -59,9 +47,6 @@
   # Download album art
   "fetchart"
 
-  # Fetches tags from `last.fm` and adds them as genres to imported music
-  "lastgenre"
-
   # Run commands on events
   "hook"