test-flake/users/mallory/default.nix

12 lines
163 B
Nix

{config, lib, pkgs, ...}:
{
isSystemUser = true;
description = "muahahaaa";
packages = with pkgs; [
"mtr"
"nmap"
"pwntools"
"hexedit"
];
}