13 lines
		
	
	
	
		
			161 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			161 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   imports = [
 | |
|     ./streamers
 | |
|     ./monitors
 | |
|     ./networking
 | |
|     ./downloading
 | |
| 
 | |
|     ./shared.nix
 | |
|     ./podman.nix
 | |
|     ./options.nix
 | |
|     ./homepage.nix
 | |
|   ];
 | |
| }
 |