From e2049748bbf2a1e755ec147eeea7f045289bf2c8 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 27 Apr 2026 21:28:00 +0000 Subject: [PATCH] feat: add helium browser via schembriaiden/helium-browser-nix-flake https://claude.ai/code/session_01WbhyZRRuzioZn7F3NTuntf --- flake.nix | 9 ++++++++- packages.nix | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index b5225a0..d986149 100644 --- a/flake.nix +++ b/flake.nix @@ -7,11 +7,18 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; + helium-browser = { + url = "github:schembriaiden/helium-browser-nix-flake"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; - outputs = { nixpkgs, home-manager, ... }: { + outputs = { nixpkgs, home-manager, helium-browser, ... }: { nixosConfigurations.chexit = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = { + helium = helium-browser.packages.x86_64-linux.helium; + }; modules = [ ./configuration.nix home-manager.nixosModules.home-manager diff --git a/packages.nix b/packages.nix index 8a5d647..31ae436 100644 --- a/packages.nix +++ b/packages.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, helium, ... }: { nixpkgs.config.allowUnfree = true; @@ -15,6 +15,7 @@ kdePackages.kate # soft + helium firefox vesktop materialgram