summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/profiles/workstation/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix
index 7192687..8a77434 100644
--- a/nixos/profiles/workstation/default.nix
+++ b/nixos/profiles/workstation/default.nix
@@ -21,6 +21,8 @@ in
environment.systemPackages = [
pkgs.npins
(pkgs.callPackage "${npins.agenix}/pkgs/agenix.nix" {})
+
+ pkgs.unzip
];
environment.sessionVariables = {