summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-01-15 06:59:29 +0100
committerMartin Fischer <martin@push-f.com>2025-01-15 06:59:29 +0100
commit0fcdd5671808b950859a9ee67d7086c9fb1d0234 (patch)
treea33768c7b28c9140d2d54cd8ef40466ca9946150
parentb53ce4b80cd8a042489d7855b1bed2390964c708 (diff)
feat(workstation): add unzip
-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 = {