From 0ebf38c250673ad5e6cf2cbda1d38bb192f6552b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 29 Jan 2026 05:51:35 -0800 Subject: Nara(Homebrew): Add CodeLayer cask --- flake.lock | 16 ++++++++++++++++ flake.nix | 5 +++++ modules/mac/programs/homebrew/nix-homebrew.nix | 1 + modules/mac/programs/homebrew/packages/ai.nix | 1 + 4 files changed, 23 insertions(+) diff --git a/flake.lock b/flake.lock index 08678d6..7039ea6 100644 --- a/flake.lock +++ b/flake.lock @@ -735,6 +735,21 @@ "type": "github" } }, + "humanlayer-homebrew-humanlayer": { + "flake": false, + "locked": { + "lastModified": 1769667806, + "owner": "humanlayer", + "repo": "homebrew-humanlayer", + "rev": "81b812db8778fbd1e54012fed43634ea6b4f2615", + "type": "github" + }, + "original": { + "owner": "humanlayer", + "repo": "homebrew-humanlayer", + "type": "github" + } + }, "hyprcursor": { "inputs": { "hyprlang": [ @@ -1938,6 +1953,7 @@ "home-manager": "home-manager", "homebrew-cask": "homebrew-cask", "homebrew-core": "homebrew-core", + "humanlayer-homebrew-humanlayer": "humanlayer-homebrew-humanlayer", "hyprfocus": "hyprfocus", "hyprland": "hyprland", "hyprland-plugins": "hyprland-plugins", diff --git a/flake.nix b/flake.nix index 22cc81c..4b8d469 100644 --- a/flake.nix +++ b/flake.nix @@ -246,6 +246,11 @@ flake = false; }; + humanlayer-homebrew-humanlayer = { + url = "github:humanlayer/homebrew-humanlayer"; + flake = false; + }; + hyprfocus = { url = "github:pyt0xic/hyprfocus"; 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 = [ -- cgit v1.2.3