diff options
author | Martin Fischer <martin@push-f.com> | 2025-01-15 06:59:29 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-01-15 06:59:29 +0100 |
commit | 0fcdd5671808b950859a9ee67d7086c9fb1d0234 (patch) | |
tree | a33768c7b28c9140d2d54cd8ef40466ca9946150 | |
parent | b53ce4b80cd8a042489d7855b1bed2390964c708 (diff) |
feat(workstation): add unzip
-rw-r--r-- | nixos/profiles/workstation/default.nix | 2 |
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 = { |