diff --git a/home/default.nix b/home/default.nix index c3c4b9e..1e869ec 100755 --- a/home/default.nix +++ b/home/default.nix @@ -23,9 +23,6 @@ ./aerospace.nix ./sops.nix ./ssh.nix - # TODO ./claude-code.nix - # TODO ./codex.nix - # TODO ./gemini-cli.nix ]; home = { diff --git a/modules/apps.nix b/modules/apps.nix index 459ba0c..60af7b0 100644 --- a/modules/apps.nix +++ b/modules/apps.nix @@ -47,13 +47,17 @@ taps = builtins.attrNames config.nix-homebrew.taps; # WARNING only include those not in nixpkgs - brews = [ ]; + brews = [ + "gemini-cli" + ]; casks = [ "batfi" "hammerspoon" "shottr" # stable version dmg link not found "arc" + "codex" + "claude-code" ]; }; }