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