9 lines
		
	
	
	
		
			68 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			68 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { ... }:
 | |
| 
 | |
| {
 | |
|   imports = [
 | |
|     ./office
 | |
|     ./notes
 | |
|     ./pdf
 | |
|   ];
 | |
| }
 |