7 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| # this folder is for modules that are common between nixos, home-manager, and darwin
 | |
| {...}: {
 | |
|   imports = [
 | |
|     ./overlays
 | |
|     ./pkgs
 | |
|   ];
 | |
| }
 |