Update the hardware.opengl config to the new hardware.graphics

This commit is contained in:
2024-06-25 09:18:16 -03:00
parent b3e7030971
commit 2e6f6b17a4
2 changed files with 4 additions and 6 deletions

View File

@@ -75,10 +75,9 @@ in {
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
# Add OpenGl support # Add OpenGl support
hardware.opengl = { hardware.graphics = {
enable = true; enable = true;
driSupport = true; enable32Bit = true;
driSupport32Bit = true;
}; };
# cuda support # cuda support

View File

@@ -40,9 +40,8 @@ in {
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
# Add OpenGl support # Add OpenGl support
hardware.opengl = { hardware.graphics = {
enable = true; enable = true;
driSupport = true; enable32Bit = true;
driSupport32Bit = true;
}; };
} }