From 9207419322db99e4d565d1409028175e1403be14 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 11 Aug 2024 13:43:40 +0200 Subject: fix(pkgs/mpc-rm): Rename to `mpc-beetrm` This avoids shadowing the original `mpc rm` command --- modules/home/pkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home/pkgs') diff --git a/modules/home/pkgs/default.nix b/modules/home/pkgs/default.nix index dc7c4fe2..4e77275d 100644 --- a/modules/home/pkgs/default.nix +++ b/modules/home/pkgs/default.nix @@ -135,7 +135,7 @@ with pkgs; let 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,lyrics,searchadd}` without the `-` - mpc-rm # Removes the currently playing song from the disk and storage + mpc-beetrm # 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 (mpc-lyrics.override { -- cgit 1.4.1