mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-31 01:32:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			110 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			110 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { ... }:
 | |
| {
 | |
|   imports = [
 | |
|     ./avahi
 | |
|     ./docker
 | |
|     ./fonts
 | |
|     ./kvm
 | |
|     ./podman
 | |
|     ./spell-check
 | |
|   ];
 | |
| }
 | 
