mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	remove driSupport, opengl → graphics
This commit is contained in:
		@@ -1,3 +1,5 @@
 | 
			
		||||
{ lib, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../.
 | 
			
		||||
@@ -5,7 +7,7 @@
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # TODO: reverse compat
 | 
			
		||||
  hardware.opengl.driSupport32Bit = true;
 | 
			
		||||
  hardware.graphics.enable32Bit = lib.mkDefault true;
 | 
			
		||||
 | 
			
		||||
  services.xserver = {
 | 
			
		||||
    # TODO: we should not enable unfree drivers
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user