From ab09c796fb995718e37994ec6e55fcbbcaa76992 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Tue, 15 Oct 2024 21:04:08 +0200 Subject: [PATCH] add jq --- modules/system/steam/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/steam/default.nix b/modules/system/steam/default.nix index 699ca75..37b6d0d 100644 --- a/modules/system/steam/default.nix +++ b/modules/system/steam/default.nix @@ -28,6 +28,7 @@ environment.systemPackages = (with pkgs; [ gamescope + jq mangohud protonup-qt ]);