zsh.nix/modules/netTools.nix

8 lines
88 B
Nix
Raw Normal View History

2025-04-19 23:07:40 +02:00
{pkgs, ...}: {
home.packages = with pkgs; [
lsof
inetutils
iputils
];
}