mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-22 20:27:02 -04:00
add go and ida and ghidra
This commit is contained in:
parent
7feed24b7d
commit
a052e47f65
3 changed files with 61 additions and 34 deletions
8
common/users/homeModules/dev/ide/reverseEng.nix
Normal file
8
common/users/homeModules/dev/ide/reverseEng.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
ghidra
|
||||
ida-free
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue