mpc-cli -> mpc
This commit is contained in:
parent
ef8f79d9ad
commit
09d200c0fe
4 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
}: let
|
||||
inherit (lib.meta) getExe getExe';
|
||||
|
||||
mpc = getExe pkgs.mpc-cli;
|
||||
mpc = getExe pkgs.mpc;
|
||||
sleep = getExe' pkgs.coreutils-full "sleep";
|
||||
hyprctl = getExe' inputs.hyprland.packages.${pkgs.stdenv.system}.hyprland "hyprctl";
|
||||
in {
|
||||
|
|
|
@ -114,6 +114,7 @@ in {
|
|||
radicle-node
|
||||
openconnect
|
||||
subversion
|
||||
mpc
|
||||
;
|
||||
inherit (pkgs.libsForQt5)
|
||||
kdenlive
|
||||
|
|
|
@ -61,7 +61,7 @@ in {
|
|||
parallel
|
||||
p7zip
|
||||
xxd
|
||||
mpc-cli
|
||||
mpc
|
||||
playerctl
|
||||
xdg-user-dirs
|
||||
lshw
|
||||
|
|
|
@ -106,6 +106,7 @@ in {
|
|||
subversion
|
||||
mat2
|
||||
anki
|
||||
mpc
|
||||
;
|
||||
inherit (pkgs.libsForQt5)
|
||||
kdenlive
|
||||
|
|
Loading…
Reference in a new issue