uncomment other graphics

This commit is contained in:
alex 2024-07-20 09:36:34 -04:00
parent a308f6ad3a
commit 35da26ead3
1 changed files with 3 additions and 3 deletions

View File

@ -118,9 +118,9 @@
services.displayManager.defaultSession = "xfce";
hardware.graphics.enable = true;
hardware.opengl.driSupport = true;
hardware.opengl.driSupport32Bit = true;
hardware.opengl.setLdLibraryPath = true;
hardware.graphics.driSupport = true;
hardware.graphics.driSupport32Bit = true;
hardware.graphics.setLdLibraryPath = true;
hardware.graphics.extraPackages = [
pkgs.intel-media-driver
];