Add htop for monitoring the system.

Help me figure out that I was running out of RAM.
This commit is contained in:
Eli Ribble 2025-04-11 16:02:33 -07:00
parent 17cb144b5d
commit 225cb56f74
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
environment.systemPackages = with pkgs; [
fish
git
htop
neovim
tmux
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.