{ pkgs, config, ... }: { programs = { spotify-player = { enable = true; }; }; }