diff options
| author | Fuwn <[email protected]> | 2026-01-29 05:51:35 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-29 05:51:35 -0800 |
| commit | 0ebf38c250673ad5e6cf2cbda1d38bb192f6552b (patch) | |
| tree | 576948b4ad62eac5cb3eea70aa2de4ce4e9c051b /modules | |
| parent | Nara(Homebrew): Update Homebrew packages (diff) | |
| download | nixos-config-0ebf38c250673ad5e6cf2cbda1d38bb192f6552b.tar.xz nixos-config-0ebf38c250673ad5e6cf2cbda1d38bb192f6552b.zip | |
Nara(Homebrew): Add CodeLayer cask
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mac/programs/homebrew/nix-homebrew.nix | 1 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/packages/ai.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/nix-homebrew.nix b/modules/mac/programs/homebrew/nix-homebrew.nix index cc48966..555c071 100644 --- a/modules/mac/programs/homebrew/nix-homebrew.nix +++ b/modules/mac/programs/homebrew/nix-homebrew.nix @@ -17,6 +17,7 @@ "gromgit/homebrew-fuse" = gromgit-homebrew-fuse; "acsandmann/homebrew-tap" = acsandmann-homebrew-tap; "hillyu/homebrew-tap" = hillyu-homebrew-tap; + "humanlayer/homebrew-humanlayer" = humanlayer-homebrew-humanlayer; }; }; } diff --git a/modules/mac/programs/homebrew/packages/ai.nix b/modules/mac/programs/homebrew/packages/ai.nix index ef0751e..da2e689 100644 --- a/modules/mac/programs/homebrew/packages/ai.nix +++ b/modules/mac/programs/homebrew/packages/ai.nix @@ -14,6 +14,7 @@ "antigravity" "opencode-desktop" "wispr-flow" + "humanlayer/humanlayer/codelayer" ]; homebrew.brews = [ |