[macbook] Add opencode-tunneler.

This commit is contained in:
Mariano Uvalle 2025-08-24 00:03:26 -07:00
parent f77c41dc8d
commit d622e62d68
3 changed files with 76 additions and 6 deletions

View file

@ -43,6 +43,11 @@
ssh-agent-switcher = {
url = "github:AYM1607/ssh-agent-switcher/6cd7ce973cf08656d42e475945216d8c0f0b0c7b";
};
opencode-tunneler = {
url = "github:AYM1607/opencode-tunneler";
inputs.nixpkgs.follows = "nixpkgs-unstable"; # Use same nixpkgs
};
};
outputs = {
@ -57,6 +62,7 @@
ghostty,
nixgl,
ssh-agent-switcher,
opencode-tunneler,
...
}@inputs: {
nixosConfigurations = {
@ -145,6 +151,7 @@
home-manager.extraSpecialArgs = {
pkgs-unstable = pkgs-unstable_aarch64-darwin;
inherit (config) user;
inherit opencode-tunneler;
};
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;