{ config, lib, pkgs, ... }: { services.spotifyd = { enable = true; package = pkgs.spotifyd.override {withMpris = true;}; settings = { global = { username = "me@danielpatterson.dev"; password_cmd = "cat /run/agenix/spotify_pass"; initial_volume = "70"; device_type = "computer"; }; }; }; }