From 225691d3257516fc17e3269935320443997fdc97 Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 19 Feb 2024 07:14:25 +0100 Subject: [PATCH] Add protonup to gaming package set --- system/package-sets/gaming.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/package-sets/gaming.nix b/system/package-sets/gaming.nix index af0b3d9..8e5f202 100644 --- a/system/package-sets/gaming.nix +++ b/system/package-sets/gaming.nix @@ -45,6 +45,8 @@ in vulkan-tools legendary-gl heroic + protonup-ng + protonup-qt ]; }; }