From 0fcdd5671808b950859a9ee67d7086c9fb1d0234 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Wed, 15 Jan 2025 06:59:29 +0100 Subject: feat(workstation): add unzip --- nixos/profiles/workstation/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/profiles/workstation') 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 = { -- cgit v1.2.3