diff --git a/hosts/tahani/default.nix b/hosts/tahani/default.nix index d459fbf..e92de0a 100644 --- a/hosts/tahani/default.nix +++ b/hosts/tahani/default.nix @@ -64,7 +64,7 @@ in { Service = { Type = "oneshot"; ExecStart = "${opencode}/bin/opencode run --command inbox-triage"; - Environment = "PATH=${himalaya}/bin:${opencode}/bin"; + Environment = "PATH=${himalaya}/bin:${opencode}/bin:${pkgs.coreutils}/bin"; }; };