From 36f5000e3c88be2f67c0c650d4f961a822296ee2 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 2 Jun 2022 09:34:20 -0500 Subject: [PATCH] Add unzip as general tool --- profiles/base/programs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/base/programs.nix b/profiles/base/programs.nix index b37d479..3c188fb 100644 --- a/profiles/base/programs.nix +++ b/profiles/base/programs.nix @@ -20,6 +20,7 @@ in { pwgen tmux transcrypt + unzip vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. wget yamllint # Used in vim