feat: flake interface definition
This commit is contained in:
11
users/mallory/default.nix
Normal file
11
users/mallory/default.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{config, lib, pkgs, ...}:
|
||||
{
|
||||
isSystemUser = true;
|
||||
description = "muahahaaa";
|
||||
packages = with pkgs; [
|
||||
"mtr"
|
||||
"nmap"
|
||||
"pwntools"
|
||||
"hexedit"
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user