Added more tools
This commit is contained in:
parent
4a66a37cdc
commit
ab068da79d
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue