13 lines
		
	
	
	
		
			174 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			174 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {pkgs, ...}: let
 | |
|   inherit (builtins) attrValues;
 | |
| in {
 | |
|   home.packages = attrValues {
 | |
|     inherit
 | |
|       (pkgs)
 | |
|       traceroute
 | |
|       mtr
 | |
|       dig
 | |
|       nmap
 | |
|       ;
 | |
|   };
 | |
| }
 |