5 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ self, inputs, ... }: {
 | 
						|
  imports = [ inputs.impurity.nixosModules.impurity ];
 | 
						|
 | 
						|
  impurity.configRoot = self;
 | 
						|
}
 |