Rectified warnings about graphics configuration names being changed.

This commit is contained in:
2025-10-30 15:18:30 +01:00
parent e9d3e864f5
commit 12daec0fee

View File

@ -166,10 +166,10 @@
hardware.enableRedistributableFirmware = true;
#Enables proprietary, redistributable firmware so hardware devices function properly
hardware.opengl = {
hardware.graphics = {
enable = true;
# Mesa should be enabled by default for Vulkan, but you can be explicit
driSupport32Bit = true; # For 32-bit applications
enable32Bit = true; # For 32-bit applications
};
hardware.cpu.amd.updateMicrocode = true;