From a308f6ad3a2a3b38aae87d1913b599ccdf89333d Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 20 Jul 2024 09:36:06 -0400 Subject: [PATCH] uncomment other graphics --- nixos76/system/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos76/system/configuration.nix b/nixos76/system/configuration.nix index e538088..6d2b5eb 100644 --- a/nixos76/system/configuration.nix +++ b/nixos76/system/configuration.nix @@ -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.opengl.driSupport = true; + hardware.opengl.driSupport32Bit = true; + hardware.opengl.setLdLibraryPath = true; hardware.graphics.extraPackages = [ pkgs.intel-media-driver ];