mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-15 04:57:51 +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 {
|
config = mkIf cfg.enable {
|
||||||
|
|
||||||
launchd.user.agents.khd = {
|
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.Program = "${cfg.package}/bin/khd";
|
||||||
serviceConfig.KeepAlive = true;
|
serviceConfig.KeepAlive = true;
|
||||||
serviceConfig.ProcessType = "Interactive";
|
serviceConfig.ProcessType = "Interactive";
|
||||||
|
|
Loading…
Add table
Reference in a new issue