WS-KCNHUB/machines/kcnhub/packages/terminal.nix

13 lines
138 B
Nix
Raw Normal View History

2023-07-27 15:56:17 -04:00
{ pkgs, ...}: {
environment.systemPackages = with pkgs; [
git
curl
wget
zip
unzip
2023-07-28 10:25:33 -04:00
btop
htop
tree
2023-07-27 15:56:17 -04:00
];
}