feat: added tshark

This commit is contained in:
Nick 2025-11-25 15:34:36 -06:00
parent 4a83e1702e
commit 0d43e3650a

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
tshark
;
};
}