mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	Add Surface Pro (Intel)
This commit is contained in:
		
							
								
								
									
										12
									
								
								microsoft/surface/surface-pro-intel/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								microsoft/surface/surface-pro-intel/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
{ lib, ... }:
 | 
			
		||||
 | 
			
		||||
let
 | 
			
		||||
  inherit (lib) mkDefault;
 | 
			
		||||
in {
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../common
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  microsoft-surface.ipts.enable = true;
 | 
			
		||||
  microsoft-surface.surface-control.enable = true;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user