diff --git a/2configs/tools/games.nix b/2configs/tools/games.nix
index 34c6864..47f0628 100644
--- a/2configs/tools/games.nix
+++ b/2configs/tools/games.nix
@@ -3,5 +3,6 @@
 {
   krebs.per-user.makefu.packages = with pkgs; [
     steam
+    games-user-env
   ];
 }