From 9ca0ff3d74cb6231be798ee4dffe05271f415866 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 22 Jul 2023 15:53:53 +0100 Subject: [PATCH] pkg: screen is a really useful tool to have. --- machines/_base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/_base.nix b/machines/_base.nix index c45fab3..c78ded8 100644 --- a/machines/_base.nix +++ b/machines/_base.nix @@ -84,5 +84,6 @@ pkgs.zip pkgs.traceroute pkgs.openldap + pkgs.screen ]; }