nix: fix kdeconnectd service
This commit is contained in:
parent
d520de5a00
commit
ee1d187ab5
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
description = "kdeconnectd";
|
description = "kdeconnectd";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "${pkgs.kdePackages.kdeconnect-kde}/libexec/kdeconnectd";
|
ExecStart = "${pkgs.kdePackages.kdeconnect-kde}/bin/kdeconnectd";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue