mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	add tuxedo aura 15 gen1
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							ecfcd787f3
						
					
				
				
					commit
					664b784722
				
			
							
								
								
									
										13
									
								
								tuxedo/aura/15/gen1/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								tuxedo/aura/15/gen1/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
{lib, ...}: {
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../../../common/cpu/amd
 | 
			
		||||
    ../../../../common/pc/laptop
 | 
			
		||||
    ../../../../common/pc/ssd
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # Cooling management
 | 
			
		||||
  services.thermald.enable = lib.mkDefault true;
 | 
			
		||||
 | 
			
		||||
  # keyboard backlight lives in /sys/class/leds/rgb:kbd_backlight
 | 
			
		||||
  hardware.tuxedo-keyboard.enable = lib.mkDefault true;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user