mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	Add L13 Yoga
This commit is contained in:
		
							
								
								
									
										15
									
								
								lenovo/thinkpad/l13-yoga/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								lenovo/thinkpad/l13-yoga/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
{ nixos, lib, pkgs, config, stdenv, ... }:
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../.
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
    ../../../common/pc/laptop/acpi_call.nix
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  services.throttled.enable = lib.mkDefault true;
 | 
			
		||||
 | 
			
		||||
  # automatic screen orientation
 | 
			
		||||
  hardware.sensor.iio.enable = true;
 | 
			
		||||
 | 
			
		||||
  services.xserver.wacom.enable = lib.mkDefault config.services.xserver.enable;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user