Skip to content

Commit a30a2e4

Browse files
committed
feat: add google antigravity flake
1 parent 4f89c64 commit a30a2e4

3 files changed

Lines changed: 67 additions & 3 deletions

File tree

flake.lock

Lines changed: 58 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
url = "github:noctalia-dev/noctalia-shell";
2929
inputs.nixpkgs.follows = "nixpkgs-unstable";
3030
};
31+
antigravity-nix = {
32+
url = "github:jacopone/antigravity-nix";
33+
inputs.nixpkgs.follows = "nixpkgs-unstable";
34+
};
3135
};
3236

3337
outputs =
@@ -52,6 +56,7 @@
5256
pkgs = final;
5357
}
5458
)
59+
inputs.antigravity-nix.overlays.default
5560
];
5661

5762
pkgs = import nixpkgs {
@@ -194,6 +199,7 @@
194199
};
195200

196201
devShells.${system}.default = pkgs.mkShell {
202+
name = "dotfiles";
197203
# Required for qmlls to find the correct type declarations
198204
shellHook = ''
199205
#bash

hosts/desktop/home.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@
7070
})
7171
]
7272
++ (with pkgsUnstable; [
73+
google-antigravity-no-fhs
74+
google-antigravity-ide-no-fhs
75+
google-antigravity-cli
7376
postman
7477
jetbrains.idea
7578
]);

0 commit comments

Comments
 (0)