fix: fix gpu-bumblebee.nix issue
This commit is contained in:
parent
0945bd8cca
commit
f27430ba8f
|
@ -3,7 +3,6 @@
|
||||||
{
|
{
|
||||||
# Graphics drivers
|
# Graphics drivers
|
||||||
hardware.bumblebee.enable = true;
|
hardware.bumblebee.enable = true;
|
||||||
hardware.opengl.driSupport32Bit = true;
|
|
||||||
|
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
|
|
Loading…
Reference in a new issue