rhythmbox

rhythmbox 3.4.9

Music playing application for GNOME

https://gitlab.gnome.org/GNOME/rhythmbox
GNU General Public License v2.0 or later
programs: rhythmbox-client, rhythmbox
Platforms (24)
i686-linuxarmv7l-linuxmicroblazeel-linuxmips-linuxmipsel-linuxriscv32-linuxs390-linuxarmv5tel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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