{config, pkgs, ...}: { services.spotifyd = { enable = true; settings = { global = { device_name = "yukigekko"; }; }; }; }