diff --git a/config/modules/helium.nix b/config/modules/helium.nix index f960695..dcf5679 100644 --- a/config/modules/helium.nix +++ b/config/modules/helium.nix @@ -3,6 +3,7 @@ modules, inputs, lib, + stdenv, ... }: { @@ -14,10 +15,10 @@ }; modules.helium = settings: { homeManager = - { pkgs, home, ... }: + { pkgs, ... }: { home.packages = [ - inputs.heliumFlake.packages.${home.nixpkgs.hostPlatform}.helium + inputs.heliumFlake.packages.${pkgs.stdenv.hostPlatform.system}.helium ]; nixpkgs.config.allowUnfree = true; # Gives me widevine support. yay