1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 12:57:22 +02:00

system76/gaze18: add comment about implication of adding driSupport32Bit

This commit is contained in:
Jörg Thalheim 2024-06-20 07:02:31 +02:00 committed by mergify[bot]
parent 4d6b7dfa61
commit 0307a32b55

View file

@ -9,6 +9,7 @@
hardware.opengl = {
enable = lib.mkDefault true;
# adds ~100MB of 32-bit mesa drivers.
driSupport32Bit = lib.mkDefault true;
};