···56565757## steam-run {#sec-steam-run}
58585959-The FHS-compatible chroot used for steam can also be used to run other linux games that expect a FHS environment. To do it, add
6060-6161-```nix
6262-pkgs.steam.override ({
6363- nativeOnly = true;
6464- newStdcpp = true;
6565-}).run
6666-```
6767-6868-to your configuration, rebuild, and run the game with
5959+The FHS-compatible chroot used for Steam can also be used to run other Linux games that expect a FHS environment. To use it, install the `steam-run-native` package and run the game with
69607061```
7162steam-run ./foo