about summary refs log tree commit diff stats
path: root/modules/home/conf/beets
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-07 22:24:29 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-07 22:24:29 +0200
commit9996d489dc57860d834f534b7336f6c936d2f3c5 (patch)
treeec061a2886ade15123bf1b9317172ea576b5b9a8 /modules/home/conf/beets
parentfeat(home/beets): Init (diff)
downloadnixos-config-9996d489dc57860d834f534b7336f6c936d2f3c5.zip
fix(home/beets): Correct typo in the `hook` plugin name
Diffstat (limited to 'modules/home/conf/beets')
-rw-r--r--modules/home/conf/beets/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix
index fe3281ac..b2699828 100644
--- a/modules/home/conf/beets/default.nix
+++ b/modules/home/conf/beets/default.nix
@@ -85,7 +85,7 @@
         "lastgenre"
 
         # Run commands on events
-        "hooks"
+        "hook"
 
         # Fetch lyrics
         "lyrics"