add unzip
This commit is contained in:
parent
3800fc8494
commit
acf19727d1
4 changed files with 3 additions and 3 deletions
|
|
@ -174,6 +174,7 @@
|
|||
coreutils # GNU core utilities (base64, etc.)
|
||||
tree
|
||||
bzip2
|
||||
unzip
|
||||
|
||||
# Development and build tools
|
||||
python312
|
||||
|
|
|
|||
|
|
@ -58,7 +58,6 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
pciutils
|
||||
usbutils
|
||||
unzip
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@
|
|||
lsof
|
||||
tcpdump
|
||||
iotop
|
||||
unzip
|
||||
|
||||
# Shell and system management
|
||||
zsh
|
||||
|
|
|
|||
|
|
@ -209,7 +209,6 @@
|
|||
# System utilities
|
||||
pciutils
|
||||
usbutils
|
||||
unzip
|
||||
|
||||
# GPU monitoring
|
||||
intel-gpu-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue