mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
mpd-discord-rpc: fix typo
This commit is contained in:
parent
eb3598cf44
commit
518dca61c0
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue