mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	lenovo-thinkpad-z: remove HiDPI * lenovo-thinkpad-z: move z13 to gen1/z13, leave generic settings * lenovo-thinkpad-z-gen2: add z13 * Update lenovo/thinkpad/z/gen2/default.nix * Update lenovo/thinkpad/z/gen2/default.nix
		
			
				
	
	
		
			11 lines
		
	
	
		
			295 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			295 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  assertions = [
 | 
						|
    {
 | 
						|
      assertion = true;
 | 
						|
      message = ''
 | 
						|
        Lenovo Z-series received a second generation so the hardware configuration has been split by generation. For the Z13 Gen 1 config, change from `lenovo-thinkpad-z13` to `lenovo-thinkpad-z13-gen1`.
 | 
						|
      '';
 | 
						|
    }
 | 
						|
  ];
 | 
						|
}
 |