diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-07 22:24:29 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-07 22:24:29 +0200 |
commit | 9996d489dc57860d834f534b7336f6c936d2f3c5 (patch) | |
tree | ec061a2886ade15123bf1b9317172ea576b5b9a8 /modules/home/conf | |
parent | feat(home/beets): Init (diff) | |
download | nixos-config-9996d489dc57860d834f534b7336f6c936d2f3c5.zip |
fix(home/beets): Correct typo in the `hook` plugin name
Diffstat (limited to 'modules/home/conf')
-rw-r--r-- | modules/home/conf/beets/default.nix | 2 |
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" |