Commit 371f5fc3e922

Vincent Demeester <vincent@sbr.pm>
2025-11-20 12:22:57
chore: Add antigravity to AI development tools
- Extend available AI tooling options for development workflows - Enable antigravity package alongside cursor and other AI editors Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8416e42
Changed files (2)
home
common
overlays
home/common/dev/ai.nix
@@ -21,6 +21,7 @@
     # editors
     master.code-cursor
     master.cursor-cli
+    master.antigravity
     # inputs.code-cursor-nix.packages.x86_64-linux.cursor
     # mcp-servers
     github-mcp-server
overlays/default.nix
@@ -37,6 +37,7 @@
           gemini-cli = _prev.gemini-cli;
           cursor-cli = _prev.cursor-cli;
           code-cursor = _prev.code-cursor;
+          antigravity = _prev.antigravity;
           # example = prev.example.overrideAttrs (oldAttrs: rec {
           # ...
           # });