1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

mpd-discord-rpc: fix typo

(cherry picked from commit 518dca61c0)
This commit is contained in:
Kylie McClain 2022-12-01 15:49:44 -05:00 committed by Robert Helgesson
parent 6b71989c0d
commit e66194675f
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

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";