From 1b2d7d7eef14becdf8e0994028dc2213fff7d651 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 28 Sep 2024 13:24:50 -0500 Subject: [PATCH] console: disable steam extest Signed-off-by: Myned --- profiles/console/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/console/default.nix b/profiles/console/default.nix index 11c6267..d6dda49 100644 --- a/profiles/console/default.nix +++ b/profiles/console/default.nix @@ -22,7 +22,9 @@ steam = { enable = true; - extest = true; + + # BUG: Causes SteamOS crash when emulating scroll wheel in-game + #// extest = true; }; };