diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-07-17 20:21:11 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-07-17 20:21:11 -0400 |
commit | c31a2355ecff81e6cc7bc1a0361eccbd455eac56 (patch) | |
tree | 150c1fc477506a0953987335622ddc7cd63e939c /modules | |
parent | 414b6217f19a2d54d936fb01eb67033a0e8aa7bf (diff) |
add telnet to common tools
Diffstat (limited to 'modules')
-rw-r--r-- | modules/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |