add unzip

This commit is contained in:
Yan Lin 2025-11-20 12:08:25 +01:00
parent 3800fc8494
commit acf19727d1
4 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,6 @@
environment.systemPackages = with pkgs; [
pciutils
usbutils
unzip
];
}

View file

@ -53,6 +53,7 @@
lsof
tcpdump
iotop
unzip
# Shell and system management
zsh
@ -61,4 +62,4 @@
# Default system state version
system.stateVersion = "24.05";
}
}

View file

@ -209,7 +209,6 @@
# System utilities
pciutils
usbutils
unzip
# GPU monitoring
intel-gpu-tools