Add htop for monitoring the system.
Help me figure out that I was running out of RAM.
This commit is contained in:
parent
17cb144b5d
commit
225cb56f74
|
@ -9,6 +9,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
fish
|
fish
|
||||||
git
|
git
|
||||||
|
htop
|
||||||
neovim
|
neovim
|
||||||
tmux
|
tmux
|
||||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
|
|
Loading…
Reference in New Issue