nix-dotfiles/modules/security.nix
2021-07-19 07:57:47 +02:00

12 lines
134 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
# WEB
postman
burpsuite
httpie
# REVERSING
ghidra-bin
];
}