spotify

spotify 1.2.95.453.g0eeebbed

Play music from the Spotify music service

https://www.spotify.com/
Unfree
main program: spotifyprograms: -
Platforms (2)
x86_64-linuxaarch64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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