Added more tools
This commit is contained in:
parent
4a66a37cdc
commit
ab068da79d
|
@ -25,11 +25,12 @@
|
||||||
# Set the system-wide environment
|
# Set the system-wide environment
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
byobu # text-based window manager and terminal multiplexer.
|
byobu # text-based window manager and terminal multiplexer.
|
||||||
htop # interactive process viewer
|
htop # interactive process viewer
|
||||||
tmux # Terminal multiplexer required by byobu
|
tmux # Terminal multiplexer required by byobu
|
||||||
git # Distributed version control system
|
git # Distributed version control system
|
||||||
powerline-fonts # For zsh themes
|
powerline-fonts # For zsh themes
|
||||||
|
lsof # list open files
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue