1
0
nixfiles/hosts/astatine/programs.nix

10 lines
106 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
tcpdump # for remote wireshark
];
}