10 lines
		
	
	
		
			161 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			161 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ config, inputs, ... }: {
 | 
						|
  imports = with inputs.hardware.nixosModules;
 | 
						|
    [
 | 
						|
      ./hardware.nix
 | 
						|
      # common-cpu-intel
 | 
						|
      # common-gpu-intel
 | 
						|
    ];
 | 
						|
}
 | 
						|
 |