Nixos: Rename options after update

This commit is contained in:
2024-10-10 16:02:05 +02:00
parent 43ed6d3fa3
commit 989846165a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -82,12 +82,12 @@
};
# video.hidpi.enable = lib.mkDefault true; # No longer has any effect
opengl = {
graphics = {
enable = true;
# Vulkan
# driSupport = true; # NOTE: Deprecated
driSupport32Bit = true;
enable32Bit = true;
# AMD: https://nixos.wiki/wiki/AMD_GPU
extraPackages = with pkgs; [
+1 -1
View File
@@ -45,7 +45,7 @@
enableRedistributableFirmware = true;
cpu.intel.updateMicrocode = true;
opengl = {
graphics = {
enable = true;
# driSupport = true; # NOTE: Deprecated
extraPackages = with pkgs; [