flake/modules/packages/network.nix

23 lines
255 B
Nix
Raw Normal View History

{lib, config, pkgs, ...}: {
users.users.lyn.packages = with pkgs; [
magic-wormhole-rs
inetutils
tcpdump
tor
wireguard-tools
openvpn
nmap
netcat
sabnzbd
sshfs
subfinder
tshark
dnsutils
yt-dlp
yggdrasil
traceroute
wget
curl
];
}