feat: flake interface definition

This commit is contained in:
2025-04-05 11:33:18 +02:00
commit b4625b5719
8 changed files with 93 additions and 0 deletions

11
users/mallory/default.nix Normal file
View File

@ -0,0 +1,11 @@
{config, lib, pkgs, ...}:
{
isSystemUser = true;
description = "muahahaaa";
packages = with pkgs; [
"mtr"
"nmap"
"pwntools"
"hexedit"
];
}