diff options
| -rw-r--r-- | system/gaming/steam.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/gaming/steam.nix b/system/gaming/steam.nix index 21344d4..756347c 100644 --- a/system/gaming/steam.nix +++ b/system/gaming/steam.nix @@ -24,6 +24,11 @@ in { # Fix new steam controller extest.enable = true; extraPackages = [pkgs.hidapi]; + + # add more proton versions + extraCompatPackages = with pkgs; [ + proton-ge-bin + ]; }; # controllers |