diff --git a/home/packages.nix b/home/packages.nix index c8264c0..ce6f9b3 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -18,7 +18,7 @@ with pkgs; rec { net = [dig iperf3 nmap socat tcpdump whois]; # development tools - dev = [jq nixfmt-rfc-style gh glab hexyl helix]; + dev = [jq nixfmt-rfc-style gh glab hexyl ]; all = base ++ net ++ dev; }