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.)
|
coreutils # GNU core utilities (base64, etc.)
|
||||||
tree
|
tree
|
||||||
bzip2
|
bzip2
|
||||||
|
unzip
|
||||||
|
|
||||||
# Development and build tools
|
# Development and build tools
|
||||||
python312
|
python312
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,6 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pciutils
|
pciutils
|
||||||
usbutils
|
usbutils
|
||||||
unzip
|
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,7 @@
|
||||||
lsof
|
lsof
|
||||||
tcpdump
|
tcpdump
|
||||||
iotop
|
iotop
|
||||||
|
unzip
|
||||||
|
|
||||||
# Shell and system management
|
# Shell and system management
|
||||||
zsh
|
zsh
|
||||||
|
|
@ -61,4 +62,4 @@
|
||||||
|
|
||||||
# Default system state version
|
# Default system state version
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -209,7 +209,6 @@
|
||||||
# System utilities
|
# System utilities
|
||||||
pciutils
|
pciutils
|
||||||
usbutils
|
usbutils
|
||||||
unzip
|
|
||||||
|
|
||||||
# GPU monitoring
|
# GPU monitoring
|
||||||
intel-gpu-tools
|
intel-gpu-tools
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue