13 lines
		
	
	
		
			213 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			213 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{lib, ...}:
 | 
						|
{
 | 
						|
  imports = [
 | 
						|
    ./amdgpu.nix
 | 
						|
    ./bluetooth.nix
 | 
						|
    ./corne.nix
 | 
						|
    ./ibm-trackpoint.nix
 | 
						|
    ./opentablet.nix
 | 
						|
    ./sound.nix
 | 
						|
  ];
 | 
						|
  hardware.enableRedistributableFirmware = lib.mkDefault true;
 | 
						|
}
 |