Created headful and headless files for upcoming changes

This commit is contained in:
Random936
2024-07-04 18:22:24 -07:00
parent 1eed0aa287
commit 2f097552b6
6 changed files with 71 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
{ inputs, config, pkgs, ... }:
{
{ inputs, config, pkgs, ... }: {
nixpkgs.config.allowUnfree = true;
fonts.fontconfig.enable = true;
@@ -29,23 +29,6 @@
cargo
python3
gnumake
# Hacking
yara
nmap
john
ffuf
nikto
sqlmap
thc-hydra
exploitdb
feroxbuster
(wordlists.override {
lists = with pkgs; [
rockyou
seclists
];
})
];
programs = {