From 0606902ab05688f653cd60e2b9685ae2c1ac0846 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Tue, 8 Sep 2026 15:55:21 -0400 Subject: [PATCH] Added helium browser Added for future reference --- flake.nix | 7 ++++++- home.nix | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 4011e4f..3986f75 100644 --- a/flake.nix +++ b/flake.nix @@ -9,10 +9,14 @@ url = "github:nix-community/stylix"; inputs.nixpkgs.follows = "nixpkgs"; }; + helium = { + url = "github:AlvaroParker/helium-nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = - { + inputs @ { nixpkgs, home-manager, stylix, @@ -21,6 +25,7 @@ { homeConfigurations."eriq12" = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages.x86_64-linux; + extraSpecialArgs = { inherit inputs; }; modules = [ stylix.homeModules.stylix ./home.nix diff --git a/home.nix b/home.nix index a02fb1b..2581696 100644 --- a/home.nix +++ b/home.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, inputs, ... }: { imports = [ @@ -85,6 +85,7 @@ slurp ignition hyprlauncher + inputs.helium.packages.${pkgs.system}.default ]; # theming