From 5eae960b2331497c3378f9d11a226ae4136e5bc8 Mon Sep 17 00:00:00 2001 From: Peritia Date: Tue, 30 Dec 2025 23:21:26 +0100 Subject: [PATCH] Chore: Update --- Modules/System/Application/Gaming/Steam/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }