From c31a2355ecff81e6cc7bc1a0361eccbd455eac56 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 17 Jul 2021 20:21:11 -0400 Subject: add telnet to common tools --- modules/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common.nix b/modules/common.nix index 40b23ad..84f7b83 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -26,6 +26,7 @@ environment.variables.EDITOR = "${pkgs.neovim}/bin/nvim"; environment.systemPackages = with pkgs; [ + inetutils # telnet bat bwm_ng clang -- cgit v1.2.3