about summary refs log tree commit diff stats
path: root/modules/home/conf/beets/plugins.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-11 13:27:35 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-11 13:27:35 +0200
commit4f6baddf4fb3c3956847b99efcf2f2ae41fe3a01 (patch)
treedef9be26f3edb4e8593d3f4d06427c1b4f0768d5 /modules/home/conf/beets/plugins.nix
parentrefactor(home/beets): Move the plugins out into separate directories (diff)
downloadnixos-config-4f6baddf4fb3c3956847b99efcf2f2ae41fe3a01.zip
feat(home/beets): Init the xtractor plugin
Diffstat (limited to 'modules/home/conf/beets/plugins.nix')
-rw-r--r--modules/home/conf/beets/plugins.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home/conf/beets/plugins.nix b/modules/home/conf/beets/plugins.nix
index 7ab6819a..bea2fefe 100644
--- a/modules/home/conf/beets/plugins.nix
+++ b/modules/home/conf/beets/plugins.nix
@@ -11,6 +11,9 @@
   # Help submitting stuff to music brainz
   "mbsubmit"
 
+  # Extract things from the music file
+  "xtractor"
+
   # Calculate replay gain
   "replaygain"