This commit is contained in:
foglar 2024-12-24 16:46:55 +01:00
parent a424a7d1a3
commit faba8b6abe
3 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@
nmap nmap
netcat-openbsd netcat-openbsd
bettercap bettercap
burpsuite
hashcat hashcat
tcpdump tcpdump
sqlmap sqlmap

View File

@ -59,6 +59,8 @@
package = inputs.hyprland.packages."${pkgs.system}".hyprland; package = inputs.hyprland.packages."${pkgs.system}".hyprland;
portalPackage = pkgs.xdg-desktop-portal-hyprland; portalPackage = pkgs.xdg-desktop-portal-hyprland;
}; };
services.udisks2.enable = true;
}) })
]; ];
} }

View File

@ -37,6 +37,7 @@
vscode = { vscode = {
enable = true; enable = true;
nix.enable = true;
}; };
git.enable = true; git.enable = true;
neovim.enable = true; neovim.enable = true;