programs.steam.extraCompatPackages

NixOS option

Extra packages to be used as compatibility tools for Steam on Linux. Packages will be included in the STEAM_EXTRA_COMPAT_TOOLS_PATHS environmental variable. For more information see https://github.com/ValveSoftware/steam-for-linux/issues/6310. These packages must be Steam compatibility tools that have a steamcompattool output.

type: list of package
Default
[ ]
Example
with pkgs; [
  proton-ge-bin
]
declared in: nixos/modules/programs/steam.nixView source on NixOS/nixpkgs →