Added more tools

This commit is contained in:
Serĉanto de Scio 2019-08-20 21:04:28 +10:00
parent 4a66a37cdc
commit ab068da79d
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -25,11 +25,12 @@
# Set the system-wide environment
environment = {
systemPackages = with pkgs; [
byobu # text-based window manager and terminal multiplexer.
htop # interactive process viewer
tmux # Terminal multiplexer required by byobu
git # Distributed version control system
powerline-fonts # For zsh themes
byobu # text-based window manager and terminal multiplexer.
htop # interactive process viewer
tmux # Terminal multiplexer required by byobu
git # Distributed version control system
powerline-fonts # For zsh themes
lsof # list open files
];
};