add go and ida and ghidra

This commit is contained in:
sadan 2024-12-16 20:09:07 -05:00
parent 7feed24b7d
commit a052e47f65
No known key found for this signature in database
3 changed files with 61 additions and 34 deletions

View file

@ -0,0 +1,8 @@
{pkgs, ...}: {
home = {
packages = with pkgs; [
ghidra
ida-free
];
};
}

View file

@ -11,9 +11,11 @@
../homeModules/utils.nix
../homeModules/dev
../homeModules/dev/ide
../homeModules/dev/ide/reverseEng.nix
../homeModules/dev/ide/jb/idea.nix
../homeModules/dev/javascript.nix
../homeModules/dev/cpp.nix
../homeModules/dev/go.nix
../homeModules/dev/jvm.nix
../homeModules/dev/python.nix
../homeModules/dev/vim.nix