nixos/steam: enable 64 bit DRI by default
This commit is contained in:
parent
877135dad0
commit
7362bccc82
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue