diff --git a/systems/x86_64-linux/amd/opencode.nix b/systems/x86_64-linux/amd/opencode.nix index 68f62f4..4c7b91b 100644 --- a/systems/x86_64-linux/amd/opencode.nix +++ b/systems/x86_64-linux/amd/opencode.nix @@ -16,6 +16,23 @@ in after = [ "network.target" ]; wantedBy = [ "multi-user.target" ]; + path = with pkgs; [ + git + bash + coreutils + findutils + gnused + gnugrep + gawk + gnumake + nix + nodejs + ripgrep + fd + curl + which + ]; + environment = { HOME = homeDir; }; diff --git a/systems/x86_64-linux/sgx/opencode.nix b/systems/x86_64-linux/sgx/opencode.nix index 9ea0017..286df36 100644 --- a/systems/x86_64-linux/sgx/opencode.nix +++ b/systems/x86_64-linux/sgx/opencode.nix @@ -16,6 +16,23 @@ in after = [ "network.target" ]; wantedBy = [ "multi-user.target" ]; + path = with pkgs; [ + git + bash + coreutils + findutils + gnused + gnugrep + gawk + gnumake + nix + nodejs + ripgrep + fd + curl + which + ]; + environment = { HOME = homeDir; };