made packagelists inspired by other nixfiles

This commit is contained in:
Lyn 2024-09-09 11:08:52 +02:00
parent 12221697d2
commit 9c0691d133
4 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{lib, config, pkgs, ...}: {
users.users.lyn.packages = with pkgs; [
p7zip
zstd
unzip
];
}

6
packages/crypto.nix Normal file
View file

@ -0,0 +1,6 @@
{lib, config, pkgs, ...}: {
users.users.lyn.packages = with pkgs; [
pinentry
gnupg
];
}

22
packages/network.nix Normal file
View file

@ -0,0 +1,22 @@
{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
];
}

21
packages/security.nix Normal file
View file

@ -0,0 +1,21 @@
{lib, config, pkgs, ...}: {
users.users.lyn.packages = with pkgs; [
checksec
mitmproxy
mitmproxy2swagger
websploit
bettercap
cantoolz
ssh-mitm
jadx
frida-tools
apktool
thc-hydra
john
metasploit
sherlock
radare2
subfinder
seclists
];
}