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:
		@@ -11,9 +11,9 @@
 | 
			
		||||
    {
 | 
			
		||||
      services.xserver.videoDrivers = lib.mkDefault [ "modesetting" ];
 | 
			
		||||
 | 
			
		||||
      hardware.opengl = {
 | 
			
		||||
        driSupport = lib.mkDefault true;
 | 
			
		||||
        driSupport32Bit = lib.mkDefault true;
 | 
			
		||||
      hardware.graphics = {
 | 
			
		||||
        enable = lib.mkDefault true;
 | 
			
		||||
        enable32Bit = lib.mkDefault true;
 | 
			
		||||
      };
 | 
			
		||||
    }
 | 
			
		||||
    (lib.mkIf config.hardware.amdgpu.loadInInitrd {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user