From 0d9213e46111e32b1f458b65398e931b7e0bf362 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Fri, 13 Mar 2026 15:58:17 +0000 Subject: [PATCH] fix inbox-triage service: use home profile PATH so himalaya can find sh for password command --- modules/tahani.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/tahani.nix b/modules/tahani.nix index 205da34..ea6a347 100644 --- a/modules/tahani.nix +++ b/modules/tahani.nix @@ -48,6 +48,7 @@ }; den.aspects.tahani.homeManager = { + config, pkgs, inputs', ... @@ -76,7 +77,7 @@ Service = { Type = "oneshot"; ExecStart = "${opencode}/bin/opencode run --command inbox-triage --model opencode-go/glm-5"; - Environment = "PATH=${pkgs.himalaya}/bin:${opencode}/bin:${pkgs.coreutils}/bin"; + Environment = "PATH=${config.home.profileDirectory}/bin:/run/current-system/sw/bin"; }; };