summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/networking/tools/shark.nix
blob: d4b8c51bec76f2189313dc455c50fae4a5acfac1 (plain) (blame)
1
2
3
4
5
6
7
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    termshark
    wireshark
  ];
}