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
];
};
}