1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 22:43:44 +01:00

add helix

This commit is contained in:
Sam W 2025-10-07 16:45:31 +01:00
parent 38715744d0
commit 9d1d445fbc

View File

@ -18,7 +18,7 @@ with pkgs; rec {
net = [dig iperf3 nmap socat tcpdump whois];
# development tools
dev = [jq nixfmt gh glab hexyl];
dev = [jq nixfmt gh glab hexyl helix];
all = base ++ net ++ dev;
}