mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	AMD: include 32-bit driver for Vulkan
This commit is contained in:
		@@ -10,6 +10,10 @@
 | 
			
		||||
    amdvlk
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  hardware.opengl.extraPackages32 = with pkgs; [
 | 
			
		||||
    driversi686Linux.amdvlk
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  hardware.opengl = {
 | 
			
		||||
    driSupport = lib.mkDefault true;
 | 
			
		||||
    driSupport32Bit = lib.mkDefault true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user