{ NAME }: { ... }: {
programs = {
wireshark = {
enable = true;
};
users = {
"${NAME}" = {
extraGroups = [
"wireshark"
];
}