diff options
author | Brian Picciano <me@mediocregopher.com> | 2024-01-07 20:46:54 +0100 |
---|---|---|
committer | Brian Picciano <me@mediocregopher.com> | 2024-01-07 20:46:54 +0100 |
commit | c65c2069e05e11cd5458b8f98c400e6bb5c3fd1e (patch) | |
tree | 80e12875e332ff6d9a023dbe9fcd4018c5514748 | |
parent | 83b17c5ceecc9b8c9a285feae8f2b516740ab915 (diff) |
Add usbutils and tcpdump
-rw-r--r-- | default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix index d97ecb4..07d40cb 100644 --- a/default.nix +++ b/default.nix @@ -101,6 +101,8 @@ in rec { pkgs.openssh pkgs.sshfs pkgs.fuse3 + pkgs.usbutils + pkgs.tcpdump pkgs.ncdu pkgs.htop |