From c88718b649c990197d964dab08b399e0630e7aaa Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 5 Jun 2023 23:50:17 -0400 Subject: [PATCH] add protonup-qt for downloading proton versions --- modules/nixos/gaming/steam.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/nixos/gaming/steam.nix b/modules/nixos/gaming/steam.nix index 7bfdbcb..e6dc5ef 100644 --- a/modules/nixos/gaming/steam.nix +++ b/modules/nixos/gaming/steam.nix @@ -17,6 +17,9 @@ steamPackages.steamcmd steam-tui + # Allow downloading of GE-Proton and other versions + protonup-qt + ]; };