From 8ce171e4a60f700b709a0c4cbc542605c217c75d Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Sat, 13 May 2023 20:57:16 +0200
Subject: [PATCH] ma tools/games: add steam-run

---
 2configs/tools/games.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/2configs/tools/games.nix b/2configs/tools/games.nix
index 507887c..57a1dba 100644
--- a/2configs/tools/games.nix
+++ b/2configs/tools/games.nix
@@ -9,5 +9,6 @@
     wine
     pkg2zip
     steam
+    steam-run
   ];
 }