zsh.nix/modules/netTools.nix
2025-04-19 23:07:40 +02:00

7 lines
88 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
lsof
inetutils
iputils
];
}