about summary refs log tree commit diff stats
path: root/modules/home
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-11 13:43:40 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-11 14:03:45 +0200
commit9207419322db99e4d565d1409028175e1403be14 (patch)
tree189313c9ee09f36f1b2731b422857ad36fc3cea9 /modules/home
parentfeat(home/beets): Init the xtractor plugin (diff)
downloadnixos-config-9207419322db99e4d565d1409028175e1403be14.tar.gz
nixos-config-9207419322db99e4d565d1409028175e1403be14.zip
fix(pkgs/mpc-rm): Rename to `mpc-beetrm`
This avoids shadowing the original `mpc rm` command
Diffstat (limited to '')
-rw-r--r--modules/home/pkgs/default.nix2
1 files changed, 1 insertions, 1 deletions
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 {