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

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