From d6732fe48449013f750ca5f3a118472c349c5724 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 5 Jan 2024 08:48:42 -0600 Subject: [PATCH] add zip package --- home/features/cli/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/features/cli/default.nix b/home/features/cli/default.nix index 7f04ee1..51775d4 100644 --- a/home/features/cli/default.nix +++ b/home/features/cli/default.nix @@ -25,6 +25,7 @@ pssh # Parallel SSH python3 # Python 3 tldr # TLDR pages - unzip # zip-unzip it + unzip # unzip it + zip # zip it ]; }