cmus

cmus 2.12.0

Small, fast and powerful console music player for Linux and *BSD

https://cmus.github.io/
GNU General Public License v2.0 only
programs: cmus, cmus-remote
Platforms (25)
microblaze-linuxs390x-linuxarmv5tel-linuxi686-linuxs390-linuxmicroblazeel-linuxpowerpc-linuxaarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  cmus
];
Ad-hoc shell
nix-shell -p cmus
Flake (nix run)
nix run nixpkgs#cmus