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