diff --git a/Modules/System/Application/Gaming/Steam/steam.nix b/Modules/System/Application/Gaming/Steam/steam.nix index 741ff17..33d1bf8 100644 --- a/Modules/System/Application/Gaming/Steam/steam.nix +++ b/Modules/System/Application/Gaming/Steam/steam.nix @@ -41,7 +41,7 @@ in { }; environment.systemPackages = with pkgs; [ - protonup + protonup-ng ]; }; }