Merge pull request #114884 from LuigiPiucco/pressure-vessel

steam: continuation of #114024 with missing edits
This commit is contained in:
Bernardo Meurer
2021-03-03 01:53:16 +00:00
committed by GitHub
2 changed files with 11 additions and 2 deletions
+1
View File
@@ -17,6 +17,7 @@ in {
config = mkIf cfg.enable {
hardware.opengl = { # this fixes the "glXChooseVisual failed" bug, context: https://github.com/NixOS/nixpkgs/issues/47932
enable = true;
driSupport = true;
driSupport32Bit = true;
};