install stuff
This commit is contained in:
parent
b26df5666a
commit
a0f0a406b9
2 changed files with 20 additions and 12 deletions
|
@ -60,18 +60,9 @@
|
|||
ghidra
|
||||
sccache
|
||||
awscli2
|
||||
(cutter.withPlugins (
|
||||
p: with p; [
|
||||
rz-ghidra
|
||||
jsdec
|
||||
sigdb
|
||||
]
|
||||
))
|
||||
p7zip
|
||||
qbittorrent
|
||||
android-tools
|
||||
frida-tools
|
||||
mitmproxy
|
||||
(python313.withPackages (
|
||||
p: with p; [
|
||||
python-lsp-server
|
||||
|
@ -79,7 +70,6 @@
|
|||
virtualenv
|
||||
]
|
||||
))
|
||||
jadx
|
||||
scrcpy
|
||||
syncthing
|
||||
(with llvmPackages; [
|
||||
|
@ -91,9 +81,23 @@
|
|||
cinny-desktop
|
||||
minio-client
|
||||
keepassxc
|
||||
ida-free
|
||||
jujutsu
|
||||
ffmpeg
|
||||
typst
|
||||
|
||||
# reversing
|
||||
radare2
|
||||
ida-free
|
||||
jadx
|
||||
frida-tools
|
||||
mitmproxy
|
||||
(cutter.withPlugins (
|
||||
p: with p; [
|
||||
rz-ghidra
|
||||
jsdec
|
||||
sigdb
|
||||
]
|
||||
))
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
@ -147,7 +151,7 @@
|
|||
vimAlias = true;
|
||||
extraPackages = with pkgs; [
|
||||
lua-language-server
|
||||
nil
|
||||
nixd
|
||||
rust-analyzer
|
||||
fzf
|
||||
fd
|
||||
|
@ -157,6 +161,9 @@
|
|||
taplo
|
||||
llvmPackages.clang-tools
|
||||
pyright
|
||||
tree-sitter
|
||||
nodejs
|
||||
nixfmt-rfc-style
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -317,6 +317,7 @@
|
|||
xorg.libxshmfence
|
||||
xorg.libXxf86vm
|
||||
xorg.libSM
|
||||
xorg.libICE
|
||||
gtk3
|
||||
pango
|
||||
gdk-pixbuf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue