summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/multimedia/audio/spotify.nix
blob: ad0b0b4ba55a68407dbb7709bb4b2f3ab408ef51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    spotify
    spotify-player
    spicetify-cli
    ncspot
    psst
    playerctl
  ];
}