add nettools

This commit is contained in:
Nathan McCarty 2022-09-04 04:03:24 -04:00
parent afe3d9fe2e
commit 24a10f09e3
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ in
options = with lib; with nLib; { };
config = {
environment.packages = with pkgs; [
nettools
];
# Set system state version
system.stateVersion = "22.05";