Rectified warnings about graphics configuration names being changed.
This commit is contained in:
@ -166,10 +166,10 @@
|
|||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
#Enables proprietary, redistributable firmware so hardware devices function properly
|
#Enables proprietary, redistributable firmware so hardware devices function properly
|
||||||
|
|
||||||
hardware.opengl = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# Mesa should be enabled by default for Vulkan, but you can be explicit
|
# 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;
|
hardware.cpu.amd.updateMicrocode = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user