This commit is contained in:
Jiří Štefka 2025-04-19 23:07:40 +02:00
parent 3792d15fd0
commit 28b5df5280
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
8 changed files with 89 additions and 61 deletions

7
modules/netTools.nix Normal file
View file

@ -0,0 +1,7 @@
{pkgs, ...}: {
home.packages = with pkgs; [
lsof
inetutils
iputils
];
}