mpd-discord-rpc: fix typo

This commit is contained in:
Kylie McClain 2022-12-01 15:49:44 -05:00 committed by Robert Helgesson
parent eb3598cf44
commit 518dca61c0
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ in {
Description = "Discord Rich Presence for MPD";
Documentation = "https://github.com/JakeStanger/mpd-discord-rpc";
After = [ "graphical-session-pre.target" ];
PartOf = [ "graphical-session.desktop" ];
PartOf = [ "graphical-session.target" ];
};
Service = {
ExecStart = "${cfg.package}/bin/mpd-discord-rpc";