mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	p14s: Add common/{cpu,gpu}/amd to imports
This is my first upstream contribution (intend to contribute configs for my NUC, GPD, and ClockworkPi uConsole/DevTerm). Essentially, this change resolves #492, by adding the `common/{cpu,gpu}/amd` Nix fragments to the `imports` list for the Thinkpad P14s.
This commit is contained in:
		
				
					committed by
					
						
						Jörg Thalheim
					
				
			
			
				
	
			
			
			
						parent
						
							9910c69856
						
					
				
				
					commit
					af694376e2
				
			@@ -2,6 +2,8 @@
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../../../../common/pc/laptop/acpi_call.nix
 | 
			
		||||
    ../../../../../common/cpu/amd
 | 
			
		||||
    ../../../../../common/gpu/amd
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # For suspending to RAM, set Config -> Power -> Sleep State to "Linux" in EFI.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user