diff --git a/nixos76/system/configuration.nix b/nixos76/system/configuration.nix index 6d2b5eb..52ca932 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.graphics.driSupport = true; + hardware.graphics.driSupport32Bit = true; + hardware.graphics.setLdLibraryPath = true; hardware.graphics.extraPackages = [ pkgs.intel-media-driver ];