{ config, pkgs, inputs, ... }:
{
services.mopidy = {
enable = true;
extensionPackages = with pkgs; [
mopidy-spotify
mopidy-mpd
];
}