mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
kdeconnect: fix incorrect path to kdeconnectd
This commit is contained in:
parent
8830b8d082
commit
3d645c0ce1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ in
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
Environment = "PATH=${config.home.profileDirectory}/bin";
|
Environment = "PATH=${config.home.profileDirectory}/bin";
|
||||||
ExecStart = "${package}/lib/libexec/kdeconnectd";
|
ExecStart = "${package}/libexec/kdeconnectd";
|
||||||
Restart = "on-abort";
|
Restart = "on-abort";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue