{ pkgs, ...}: { services.spotifyd = { enable = true; settings = { global = { username = ""; password = ""; }; }; }; }