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

16 lines
166 B
Nix
Raw Permalink 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-10-19 11:04:02 -04:00
vim
2023-11-07 10:14:25 -05:00
tmux
screen
2023-07-27 15:56:17 -04:00
];
}