1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

khd: fix path

This commit is contained in:
Daiderd Jordan 2017-02-26 14:46:42 +01:00
parent 18c06d53bd
commit 328ce04664
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -30,7 +30,7 @@ in
config = mkIf cfg.enable {
launchd.user.agents.khd = {
path = [ cfg.package pkgs.kwm config.environment.systemPath ];
path = [ cfg.package pkgs.kwm "${config.environment.systemPath}:" ];
serviceConfig.Program = "${cfg.package}/bin/khd";
serviceConfig.KeepAlive = true;
serviceConfig.ProcessType = "Interactive";