From 4d963db4ed9b5fe196966d46bc607ded27931b8a Mon Sep 17 00:00:00 2001
From: Benedikt Peetz <benedikt.peetz@b-peetz.de>
Date: Sat, 10 Aug 2024 14:49:09 +0200
Subject: fix(home/pkgs): Use new mpc wrappers

---
 modules/home/pkgs/default.nix | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

(limited to 'modules/home')

diff --git a/modules/home/pkgs/default.nix b/modules/home/pkgs/default.nix
index eb958a18..dc7c4fe2 100644
--- a/modules/home/pkgs/default.nix
+++ b/modules/home/pkgs/default.nix
@@ -132,14 +132,13 @@ with pkgs; let
 
       Listen = [
         spodi # Wrapper around `spotdl`.
-        pulseaudio # set the volume with pactl
         ncmpc # mpd player client
         mpc-cli-man # a cli mpd client (added via a wrapper script)
-        mpc # Wrapper around `mpc` that allows the usage of `mpc-{rm,fav}` without the `-`
-        mpc-rm # Removes the currently playing song from the playlist
-        mpc-fav # Adds the currently playing song to the favorites
+        mpc # Wrapper around `mpc` that allows the usage of `mpc-{rm,lyrics,searchadd}` without the `-`
+        mpc-rm # Removes the currently playing song from the disk and storage
+        mpc-searchadd # Works like normal `mpc searchadd` but uses the `beets` query syntax
         # Displays the lyrics of the currently playing song
-        (lyrics.override {
+        (mpc-lyrics.override {
           mpd_music_dir = config.services.mpd.musicDirectory;
         })
         sort_song # Sorts songs in the current directory.
-- 
cgit 1.4.1