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:
parent
18c06d53bd
commit
328ce04664
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue