Remove Helium browser

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-12 21:18:25 +01:00
parent 5d7f6c78ef
commit e3a208deae
4 changed files with 1 additions and 83 deletions

View file

@ -15,12 +15,8 @@
};
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
helium = {
url = "github:schembriaiden/helium-browser-nix-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, home-manager, zen-browser, nix-cachyos-kernel, helium, ... } @ inputs:
outputs = { self, nixpkgs, home-manager, zen-browser, nix-cachyos-kernel, ... } @ inputs:
let
system = "x86_64-linux";
mkHost = hostname: nixpkgs.lib.nixosSystem {