mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	add e470 configuration
This commit is contained in:
		
							
								
								
									
										11
									
								
								lenovo/thinkpad/e470/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								lenovo/thinkpad/e470/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
{ config, lib, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../.
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # see https://github.com/NixOS/nixpkgs/issues/69289
 | 
			
		||||
  boot.kernelPackages = pkgs.linuxPackages_latest;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user