made packagelists inspired by other nixfiles
This commit is contained in:
parent
12221697d2
commit
9c0691d133
4 changed files with 56 additions and 0 deletions
7
packages/archivetools.nix
Normal file
7
packages/archivetools.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{lib, config, pkgs, ...}: {
|
||||||
|
users.users.lyn.packages = with pkgs; [
|
||||||
|
p7zip
|
||||||
|
zstd
|
||||||
|
unzip
|
||||||
|
];
|
||||||
|
}
|
6
packages/crypto.nix
Normal file
6
packages/crypto.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{lib, config, pkgs, ...}: {
|
||||||
|
users.users.lyn.packages = with pkgs; [
|
||||||
|
pinentry
|
||||||
|
gnupg
|
||||||
|
];
|
||||||
|
}
|
22
packages/network.nix
Normal file
22
packages/network.nix
Normal 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
21
packages/security.nix
Normal 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
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue