1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 01:48:31 +02:00

kdeconnect: fix incorrect path to kdeconnectd

This commit is contained in:
leotaku 2019-08-18 22:02:17 +02:00 committed by Robert Helgesson
parent 8830b8d082
commit 3d645c0ce1
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -42,7 +42,7 @@ in
Service = {
Environment = "PATH=${config.home.profileDirectory}/bin";
ExecStart = "${package}/lib/libexec/kdeconnectd";
ExecStart = "${package}/libexec/kdeconnectd";
Restart = "on-abort";
};
};