mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			294 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			294 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  imports = [
 | 
						|
    ../.
 | 
						|
    ../../../common/pc/laptop/ssd
 | 
						|
  ];
 | 
						|
 | 
						|
  # TODO: reverse compat
 | 
						|
  hardware.opengl.driSupport32Bit = true;
 | 
						|
 | 
						|
  services.xserver = {
 | 
						|
    # TODO: we should not enable unfree drivers
 | 
						|
    # when there is an alternative (i.e. nouveau)
 | 
						|
    videoDrivers = [ "nvidia" ];
 | 
						|
  };
 | 
						|
}
 |