Hi,
is anybody here able to run Civilization 6 on nixos? The game does not open from the steam gui without any error message. I would like to use steam-run
to get some debug information, however I do not know which file to start with steam-run
.
My configuration.nix
has the entries
programs.steam.enable = true;
hardware.opengl.driSupport32Bit = true;
hardware.pulseaudio.support32Bit = true;
Thanks a lot.