Spotify: Difference between revisions

imported>Aaronpkelly
m clarify installing via home-manager creates a systemd service
imported>PatrickMalolepszy
Add details on how to install the actual spotify app, not just spotify deamon.
Line 2: Line 2:


{{note|Spotify is [[FAQ/unfree|unfree]], its license prohibits distribution. See the [[FAQ/unfree]] page to install unfree software.}}
{{note|Spotify is [[FAQ/unfree|unfree]], its license prohibits distribution. See the [[FAQ/unfree]] page to install unfree software.}}
=== Installation ===
To install the standard Spotify desktop application, add to system packages:
  environment.systemPackages = with pkgs; [
    spotify
  ];


=== Local discovery ===
=== Local discovery ===