mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			196 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			196 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ ... }:
 | 
						|
{
 | 
						|
  imports = [
 | 
						|
    ./sensors.nix
 | 
						|
    ./audio.nix
 | 
						|
    ./power.nix
 | 
						|
 | 
						|
    ../../common/gpu/amd/default.nix
 | 
						|
    ../../common/cpu/amd/default.nix
 | 
						|
    ../../common/pc/laptop/default.nix
 | 
						|
  ];
 | 
						|
}
 |