mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-09 20:49:40 +01:00
system76/gaze18: add comment about implication of adding driSupport32Bit
This commit is contained in:
parent
4d6b7dfa61
commit
0307a32b55
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
|
# adds ~100MB of 32-bit mesa drivers.
|
||||||
driSupport32Bit = lib.mkDefault true;
|
driSupport32Bit = lib.mkDefault true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue