install stuff

This commit is contained in:
cy 2025-05-09 17:12:21 -04:00
parent b26df5666a
commit a0f0a406b9
2 changed files with 20 additions and 12 deletions

View file

@ -60,18 +60,9 @@
ghidra ghidra
sccache sccache
awscli2 awscli2
(cutter.withPlugins (
p: with p; [
rz-ghidra
jsdec
sigdb
]
))
p7zip p7zip
qbittorrent qbittorrent
android-tools android-tools
frida-tools
mitmproxy
(python313.withPackages ( (python313.withPackages (
p: with p; [ p: with p; [
python-lsp-server python-lsp-server
@ -79,7 +70,6 @@
virtualenv virtualenv
] ]
)) ))
jadx
scrcpy scrcpy
syncthing syncthing
(with llvmPackages; [ (with llvmPackages; [
@ -91,9 +81,23 @@
cinny-desktop cinny-desktop
minio-client minio-client
keepassxc keepassxc
ida-free
jujutsu jujutsu
ffmpeg ffmpeg
typst
# reversing
radare2
ida-free
jadx
frida-tools
mitmproxy
(cutter.withPlugins (
p: with p; [
rz-ghidra
jsdec
sigdb
]
))
]; ];
home.sessionVariables = { home.sessionVariables = {
@ -147,7 +151,7 @@
vimAlias = true; vimAlias = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
lua-language-server lua-language-server
nil nixd
rust-analyzer rust-analyzer
fzf fzf
fd fd
@ -157,6 +161,9 @@
taplo taplo
llvmPackages.clang-tools llvmPackages.clang-tools
pyright pyright
tree-sitter
nodejs
nixfmt-rfc-style
]; ];
}; };

View file

@ -317,6 +317,7 @@
xorg.libxshmfence xorg.libxshmfence
xorg.libXxf86vm xorg.libXxf86vm
xorg.libSM xorg.libSM
xorg.libICE
gtk3 gtk3
pango pango
gdk-pixbuf gdk-pixbuf