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/default.nix | |
parent | refactor(home/beets): Move the plugins out into separate directories (diff) | |
download | nixos-config-4f6baddf4fb3c3956847b99efcf2f2ae41fe3a01.tar.gz nixos-config-4f6baddf4fb3c3956847b99efcf2f2ae41fe3a01.zip |
feat(home/beets): Init the xtractor plugin
Diffstat (limited to '')
-rw-r--r-- | modules/home/conf/beets/plugins/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/conf/beets/plugins/default.nix b/modules/home/conf/beets/plugins/default.nix index 9fc04a8d..3bea5ea8 100644 --- a/modules/home/conf/beets/plugins/default.nix +++ b/modules/home/conf/beets/plugins/default.nix @@ -11,5 +11,6 @@ ./play ./replaygain ./smartplaylist + ./xtractor ]; } |