install htop

This commit is contained in:
alex 2024-01-20 20:31:48 -05:00
parent 282d70d3b6
commit f02f006062
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@
# $ nix search wget
environment.systemPackages = with pkgs; [
git
htop
slirp4netns # required by k3s
vim
];