feat(system): add unzip to common

This commit is contained in:
xezo360hye 2025-05-14 00:40:27 +03:00
parent f199c178a9
commit 8cae83ba6c

View File

@ -90,8 +90,11 @@ in
# Packages
environment.systemPackages = with pkgs; [
alsa-utils
libextractor
file
unzip
];