tahani: rename let bindings to himalaya/opencode
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
hostname,
|
hostname,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
himalayaPackage = config.home-manager.users.${user}.programs.himalaya.package;
|
himalaya = config.home-manager.users.${user}.programs.himalaya.package;
|
||||||
opencodePackage = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
|
opencode = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
./adguardhome.nix
|
./adguardhome.nix
|
||||||
@@ -63,8 +63,8 @@ in {
|
|||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${opencodePackage}/bin/opencode run --command inbox-triage";
|
ExecStart = "${opencode}/bin/opencode run --command inbox-triage";
|
||||||
Environment = "PATH=${himalayaPackage}/bin:${opencodePackage}/bin";
|
Environment = "PATH=${himalaya}/bin:${opencode}/bin";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user