{ config, pkgs, lib, inputs, ... }: { services.spotifyd.enable = true; services.spotifyd.settings.global = { bitrate = 320; username = "xqtc@tutanota.com"; password_cmd = "cat /etc/spotifyd_pw"; }; sops.secrets = { "spotify/password" = { path = "/etc/spotifyd_pw"; }; }; }