From 57c0d7237aacb1c1d4d967e13aa86632cf56301a Mon Sep 17 00:00:00 2001 From: Sasza Stanczew Date: Sun, 1 Mar 2026 09:27:12 +0100 Subject: [PATCH] add unzip --- base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/base.nix b/base.nix index 2f04f1d..e6b7506 100644 --- a/base.nix +++ b/base.nix @@ -14,6 +14,7 @@ keepassxc nextcloud-client tmux + unzip ]; nixpkgs.config.allowUnfree = true;