nixos/steam: enable 64 bit DRI by default

This commit is contained in:
Luigi Sartor Piucco 2021-03-02 16:17:53 -03:00
parent 877135dad0
commit 7362bccc82

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;
};