Add useful debugging tools

This commit is contained in:
Spotlight 2023-07-12 14:58:34 -05:00
parent 9d6c88d6eb
commit 1927e8e2fe
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 11 additions and 7 deletions

View file

@ -3,6 +3,7 @@
{
# Commonly used packages.
home.packages = with pkgs; [
binwalk
cloc
croc
exiftool
@ -15,14 +16,17 @@
jadx
jdk
jq
meld
mtr
ncdu
neofetch
nixopsUnstable
p7zip
pngcrush
pry
protobuf
pwgen
radare2
rustup
tmux
unar
@ -48,4 +52,4 @@
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
};
};
}
}