summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-07-17 20:21:11 -0400
committerKjetil Orbekk <kj@orbekk.com>2021-07-17 20:21:11 -0400
commitc31a2355ecff81e6cc7bc1a0361eccbd455eac56 (patch)
tree150c1fc477506a0953987335622ddc7cd63e939c
parent414b6217f19a2d54d936fb01eb67033a0e8aa7bf (diff)
add telnet to common tools
-rw-r--r--modules/common.nix1
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