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
netcat-openbsd
bettercap
burpsuite
hashcat
tcpdump
sqlmap

View File

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

View File

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