mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
kdeconnect: fix incorrect path to kdeconnectd
This commit is contained in:
committed by
Robert Helgesson
parent
8830b8d082
commit
3d645c0ce1
@@ -42,7 +42,7 @@ in
|
||||
|
||||
Service = {
|
||||
Environment = "PATH=${config.home.profileDirectory}/bin";
|
||||
ExecStart = "${package}/lib/libexec/kdeconnectd";
|
||||
ExecStart = "${package}/libexec/kdeconnectd";
|
||||
Restart = "on-abort";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user