Pro audio + fixes
This commit is contained in:
parent
1f49192ab3
commit
6bbfc7cdc0
11 changed files with 181 additions and 37 deletions
12
modules/security.nix
Normal file
12
modules/security.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# WEB
|
||||
postman
|
||||
burpsuite
|
||||
httpie
|
||||
|
||||
# REVERSING
|
||||
ghidra-bin
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue