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
				
			@@ -338,3 +338,4 @@ See code for all available configurations.
 | 
				
			|||||||
| [TUXEDO InfinityBook Pro 14 - Gen7](tuxedo/infinitybook/pro14/gen7)    | `<nixos-hardware/tuxedo/infinitybook/pro14/gen7>`       |
 | 
					| [TUXEDO InfinityBook Pro 14 - Gen7](tuxedo/infinitybook/pro14/gen7)    | `<nixos-hardware/tuxedo/infinitybook/pro14/gen7>`       |
 | 
				
			||||||
| [TUXEDO Pulse 14 - Gen3](tuxedo/pulse/14/gen3)                         | `<nixos-hardware/tuxedo/pulse/14/gen3>`                 |
 | 
					| [TUXEDO Pulse 14 - Gen3](tuxedo/pulse/14/gen3)                         | `<nixos-hardware/tuxedo/pulse/14/gen3>`                 |
 | 
				
			||||||
| [TUXEDO Pulse 15 - Gen2](tuxedo/pulse/15/gen2)                         | `<nixos-hardware/tuxedo/pulse/15/gen2>`                 |
 | 
					| [TUXEDO Pulse 15 - Gen2](tuxedo/pulse/15/gen2)                         | `<nixos-hardware/tuxedo/pulse/15/gen2>`                 |
 | 
				
			||||||
 | 
					| [TUXEDO Aura 15 - Gen1](tuxedo/aura/15/gen1)                           | `<nixos-hardware/tuxedo/aura/15/gen1>`                  |
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -291,6 +291,7 @@
 | 
				
			|||||||
        tuxedo-infinitybook-pro14-gen7 = import ./tuxedo/infinitybook/pro14/gen7;
 | 
					        tuxedo-infinitybook-pro14-gen7 = import ./tuxedo/infinitybook/pro14/gen7;
 | 
				
			||||||
        tuxedo-pulse-14-gen3 = import ./tuxedo/pulse/14/gen3;
 | 
					        tuxedo-pulse-14-gen3 = import ./tuxedo/pulse/14/gen3;
 | 
				
			||||||
        tuxedo-pulse-15-gen2 = import ./tuxedo/pulse/15/gen2;
 | 
					        tuxedo-pulse-15-gen2 = import ./tuxedo/pulse/15/gen2;
 | 
				
			||||||
 | 
					        tuxedo-aura-15-gen1 = import ./tuxedo/aura/15/gen1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        common-cpu-amd = import ./common/cpu/amd;
 | 
					        common-cpu-amd = import ./common/cpu/amd;
 | 
				
			||||||
        common-cpu-amd-pstate = import ./common/cpu/amd/pstate.nix;
 | 
					        common-cpu-amd-pstate = import ./common/cpu/amd/pstate.nix;
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										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