mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	init configuration for t14 intel gen1 with and without nvidia dedicated graphics card ref: https://thinkwiki.de/T14_Gen_1_(Intel)
		
			
				
	
	
		
			9 lines
		
	
	
		
			102 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			102 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ lib, config, ... }:
 | 
						|
{
 | 
						|
  imports = [
 | 
						|
    ../../../../../common/cpu/intel/comet-lake
 | 
						|
 | 
						|
    ../.
 | 
						|
  ];
 | 
						|
}
 |