spotify.nix (102B)
1 { pkgs, ... }: 2 3 { 4 # FIXME: need a .desktop file.. 5 home.packages = with pkgs; [ 6 spotify 7 ]; 8 }