diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 1c51e99..dff651f 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -31,6 +31,7 @@ in { # Window management "aerospace" + "claude-code" # Productivity "raycast" @@ -43,6 +44,8 @@ in { # Networking & IoT "localsend" "home-assistant" + + "cursor-cli" ]; description = "Homebrew casks to install on all machines"; }; diff --git a/modules/home/apps.nix b/modules/home/apps.nix index 16ff524..446f96d 100644 --- a/modules/home/apps.nix +++ b/modules/home/apps.nix @@ -90,7 +90,8 @@ in { }; ExtensionSettings = mkExtensionSettings { - "78272b6fa58f4a1abaac99321d503a20@proton.me" = "proton-pass"; + #"78272b6fa58f4a1abaac99321d503a20@proton.me" = "proton-pass"; + "{446900e4-71c2-419f-a6a7-df9c091e268b}" = "bitwarden-password-manager"; "{d7742d87-e61d-4b78-b8a1-b469842139fa}" = "vimium-ff"; "readeck@readeck.com" = "readeck"; "@testpilot-containers" = "multi-account-containers"; diff --git a/modules/home/packages.nix b/modules/home/packages.nix index 5fe753d..4ea953b 100644 --- a/modules/home/packages.nix +++ b/modules/home/packages.nix @@ -91,6 +91,8 @@ popeye # argocd kubeseal + kubebuilder + kind # ======================================================================== # Infrastructure and Cloud Tools @@ -133,6 +135,12 @@ # ======================================================================== nixfmt-rfc-style # Nix code formatter nil # Nix language server + + # ======================================================================== + # AAI tools + # ======================================================================== + gemini-cli + opencode ]; # ========================================================================