{ pkgs, ... }: { services.mopidy = { enable = true; extensionPackages = [ pkgs.mopidy-jellyfin ]; } programs.rmpc = { enable = true; }; }