Skip to content

Commit f231670

Browse files
committed
feat: add helium browser
1 parent a30a2e4 commit f231670

3 files changed

Lines changed: 81 additions & 3 deletions

File tree

flake.lock

Lines changed: 75 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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
url = "github:jacopone/antigravity-nix";
3333
inputs.nixpkgs.follows = "nixpkgs-unstable";
3434
};
35+
helium = {
36+
url = "github:schembriaiden/helium-browser-nix-flake";
37+
inputs.nixpkgs.follows = "nixpkgs";
38+
};
3539
};
3640

3741
outputs =
@@ -57,6 +61,7 @@
5761
}
5862
)
5963
inputs.antigravity-nix.overlays.default
64+
inputs.helium.overlays.default
6065
];
6166

6267
pkgs = import nixpkgs {

hosts/desktop/home.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
google-antigravity-no-fhs
7474
google-antigravity-ide-no-fhs
7575
google-antigravity-cli
76+
helium
7677
postman
7778
jetbrains.idea
7879
]);

0 commit comments

Comments
 (0)