diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-11 13:27:35 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-11 13:27:35 +0200 |
commit | 4f6baddf4fb3c3956847b99efcf2f2ae41fe3a01 (patch) | |
tree | def9be26f3edb4e8593d3f4d06427c1b4f0768d5 /modules/home/conf/beets/plugins.nix | |
parent | refactor(home/beets): Move the plugins out into separate directories (diff) | |
download | nixos-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.nix | 3 |
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" |