gui: Use better way to enable 32bit opengl support
This commit is contained in:
parent
617fc28668
commit
bcbd5e772a
|
@ -9,5 +9,5 @@ lib.mkIf config.sbruder.gui.enable {
|
||||||
};
|
};
|
||||||
|
|
||||||
# steam (and other high quality software) still ships 32 bit binaries
|
# steam (and other high quality software) still ships 32 bit binaries
|
||||||
hardware.opengl.driSupport32Bit = lib.mkIf pkgs.stdenv.isx86_64 true;
|
hardware.opengl.driSupport32Bit = lib.mkDefault pkgs.stdenv.isx86_64;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue