Install more packages
This commit is contained in:
7
home/reversing.nix
Normal file
7
home/reversing.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
gdb
|
||||
ghidra-bin
|
||||
radare2
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user