From 5a04c538014fc6fdb9936b51a208cb882da865ed Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 21 Oct 2025 17:26:16 +0530 Subject: [PATCH] feat(steam): add protonup-qt to system packages --- nixos/ryu/programs/steam.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/ryu/programs/steam.nix b/nixos/ryu/programs/steam.nix index 536e80c4..83c3c77d 100644 --- a/nixos/ryu/programs/steam.nix +++ b/nixos/ryu/programs/steam.nix @@ -8,4 +8,7 @@ pkgs.proton-ge-bin ]; }; + environment.systemPackages = [ + pkgs.protonup-qt + ]; }