edit groups

Signed-off-by: pph <pph@pph.pph>
This commit is contained in:
pph
2026-04-17 13:40:23 +02:00
parent 5aaeba1512
commit 0aac097e77
5 changed files with 48 additions and 46 deletions
+11 -1
View File
@@ -4,13 +4,23 @@
...
}: {
home.packages = with pkgs; [
firefox
wireshark
nmap
john
hashcat
# inputs.eleakxir.packages.${stdenv.hostPlatform.system}.leak-utils
# Web
caido
nuclei
gobuster
dirb
# Utils
inetutils
samba
openvpn
mariadb
redis
];
}
+19
View File
@@ -0,0 +1,19 @@
{
pkgs,
inputs,
...
}: {
home.packages = with pkgs; [
go
bun
docker
nodejs
python3
jq
just
air
duckdb
inputs.bun2nix.packages.${stdenv.hostPlatform.system}.default
claude-code
];
}
+9
View File
@@ -0,0 +1,9 @@
{pkgs, ...}: {
home.packages = with pkgs; [
peaclock
cbonsai
pipes
cmatrix
fastfetch
];
}