This commit is contained in:
Kopatz
2025-03-18 16:27:20 +01:00
parent 923ab37209
commit cc32af7b80
131 changed files with 2383 additions and 2224 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, config, ...}:
{ pkgs, config, ... }:
{
imports = [

View File

@@ -1,11 +1,11 @@
{ pkgs, ...} :
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
regripper
foremost
binwalk
sleuthkit
samdump2
apktool
];
environment.systemPackages = with pkgs; [
regripper
foremost
binwalk
sleuthkit
samdump2
apktool
];
}

View File

@@ -1,13 +1,13 @@
{ pkgs, ...} :
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
nmap
gobuster
thc-hydra
seclists
aircrack-ng
hashcat
hashcat-utils
john
];
environment.systemPackages = with pkgs; [
nmap
gobuster
thc-hydra
seclists
aircrack-ng
hashcat
hashcat-utils
john
];
}

View File

@@ -1,4 +1,4 @@
{pkgs, ...}: {
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
typst
];