spotify
spotify 1.2.95.453.g0eeebbed
Play music from the Spotify music service
https://www.spotify.com/Unfree
main program: spotifyprograms: -
Maintainers
Platforms (2)
x86_64-linuxaarch64-darwin
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