From 8cae83ba6c537494309d5b67699078c25d15605f Mon Sep 17 00:00:00 2001 From: xezo360hye Date: Wed, 14 May 2025 00:40:27 +0300 Subject: [PATCH] feat(system): add unzip to common --- system/common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/common.nix b/system/common.nix index 6a37940..9030065 100644 --- a/system/common.nix +++ b/system/common.nix @@ -90,8 +90,11 @@ in # Packages environment.systemPackages = with pkgs; [ alsa-utils + libextractor file + + unzip ];