···6666 qbittorrent # yarr
6767 euphonica # music
6868 foliate # ebook
6969+ mprisence # discord presence
69707071 # Fine, I Will Use Gnome Apps
7172 celluloid # video player
···315316 Restart = "on-failure";
316317 };
317318 };
318318- };
319319320320- # Show mpd status on Discord
321321- services.mpd-discord-rpc.enable = true;
320320+ # Discord rich presence
321321+ mprisence = {
322322+ Unit = {
323323+ Description = "Discord Rich Presence for MPRIS media players";
324324+ };
325325+ Service = {
326326+ ExecStart = "${pkgs.mprisence}/bin/mprisence";
327327+ Restart = "always";
328328+ RestartSec = 10;
329329+ };
330330+ Install = {
331331+ WantedBy = [ "default.target" ];
332332+ };
333333+ };
334334+ };
322335323336 # Dotfiles
324337 # I do not really want to store all of my dotfiles in the Nix language because it makes it more