fix steam games not launching

This commit is contained in:
Noah Masur
2023-02-05 17:16:20 -05:00
parent ceaad9d186
commit a9a06fb5fc
4 changed files with 50 additions and 41 deletions

View File

@ -13,6 +13,7 @@
config = lib.mkIf (config.gaming.enable && pkgs.stdenv.isLinux) {
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
};