apps: add helium browser flake

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-08-19 17:02:26 +01:00
parent d8029c5657
commit 58a6425898
4 changed files with 115 additions and 13 deletions

View file

@ -14,6 +14,11 @@
inputs.home-manager.follows = "home-manager";
};
helium-browser = {
url = "github:schembriaiden/helium-browser-nix-flake";
# no nixpkgs.follows: uses unstable-only lib attrs (libx11, libgbm)
};
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
proton-cachyos-nix.url = "github:powerofthe69/proton-cachyos-nix";
@ -25,6 +30,7 @@
, nixpkgs
, home-manager
, zen-browser
, helium-browser
, nix-cachyos-kernel
, stylix
, proton-cachyos-nix