{ pkgs, ... }: { environment.systemPackages = [ pkgs.spotify ] ++ (with pkgs; [ sptlrx ]); }