diff --git a/config/modules/helium.nix b/config/modules/helium.nix index d3eb013..f960695 100644 --- a/config/modules/helium.nix +++ b/config/modules/helium.nix @@ -17,7 +17,7 @@ { pkgs, home, ... }: { home.packages = [ - inputs.heliumFlake.packages.x86_64-linux.helium + inputs.heliumFlake.packages.${home.nixpkgs.hostPlatform}.helium ]; nixpkgs.config.allowUnfree = true; # Gives me widevine support. yay