Steam: Difference between revisions
imported from old wiki |
m Add details on proton-ge |
||
| Line 240: | Line 240: | ||
By default, [[Steam]] looks for custom Proton versions such as GE-Proton in <code>~/.steam/root/compatibilitytools.d</code>. Additionally the environment variable <code>STEAM_EXTRA_COMPAT_TOOLS_PATHS</code> can be set to change or add to the paths which [[steam]] searches for custom Proton versions. | By default, [[Steam]] looks for custom Proton versions such as GE-Proton in <code>~/.steam/root/compatibilitytools.d</code>. Additionally the environment variable <code>STEAM_EXTRA_COMPAT_TOOLS_PATHS</code> can be set to change or add to the paths which [[steam]] searches for custom Proton versions. | ||
<syntaxhighlight lang="nix"> | |||
programs.steam.extraCompatPackages = with pkgs; [ proton-ge-bin ]; | |||
</syntaxhighlight> | |||
=== Install Proton versions by GUI === | === Install Proton versions by GUI === | ||