add nettools
This commit is contained in:
parent
afe3d9fe2e
commit
24a10f09e3
|
@ -10,6 +10,9 @@ in
|
||||||
options = with lib; with nLib; { };
|
options = with lib; with nLib; { };
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
environment.packages = with pkgs; [
|
||||||
|
nettools
|
||||||
|
];
|
||||||
|
|
||||||
# Set system state version
|
# Set system state version
|
||||||
system.stateVersion = "22.05";
|
system.stateVersion = "22.05";
|
||||||
|
|
Loading…
Reference in New Issue