[macbook] Bunch of misc updates.

This commit is contained in:
jmug
2025-12-14 01:52:50 -08:00
parent 5400b88b75
commit e03f9db6b2
6 changed files with 108 additions and 15 deletions
+7
View File
@@ -45,6 +45,11 @@
url = "github:AYM1607/opencode-tunneler";
inputs.nixpkgs.follows = "nixpkgs-unstable"; # Use same nixpkgs
};
godig = {
url = "github:AYM1607/godig/v0.2.0";
inputs.nixpkgs.follows = "nixpkgs-unstable"; # Use same nixpkgs
};
};
outputs = {
@@ -59,6 +64,7 @@
nixgl,
ssh-agent-switcher,
opencode-tunneler,
godig,
...
}@inputs: {
nixosConfigurations = {
@@ -148,6 +154,7 @@
pkgs-unstable = pkgs-unstable_aarch64-darwin;
inherit (config) user;
inherit opencode-tunneler;
inherit godig;
};
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;