Skip to content

Commit

Permalink
HM: add web security tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
cig0 committed Jun 28, 2024
1 parent a4048b4 commit f7a17ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@

users.cig0 = { ... }: {
# Define user-specific packages and configurations
home.packages = with unstablePkgs; [];
home.packages = with unstablePkgs; [
# Security - Web
unstablePkgs.burpsuite
unstablePkgs.mitmproxy
unstablePkgs.nikto
];

# The state version is required and should stay at the version you
# originally installed.
Expand Down

0 comments on commit f7a17ac

Please sign in to comment.