This commit is contained in:
Harivansh Rathi 2026-03-12 19:33:36 -04:00
parent 28622332a3
commit 67d552b4ff
5 changed files with 71 additions and 52 deletions

View file

@ -14,6 +14,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
googleworkspace-cli = {
url = "github:googleworkspace/cli";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-homebrew = {
url = "github:zhaofengli-wip/nix-homebrew";
};