diff --git a/modules/core/program.nix b/modules/core/program.nix index 3acaa58..f82b534 100644 --- a/modules/core/program.nix +++ b/modules/core/program.nix @@ -8,11 +8,4 @@ # pinentryFlavor = ""; }; }; - - environment.systemPackages = with pkgs; [ - wget - git - dig - traceroute - ]; }