add btop tp servers
This commit is contained in:
parent
d745e58d1f
commit
c3722396b8
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
{ config, pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
tmux
|
||||
htop
|
||||
atop
|
||||
btop
|
||||
btrfs-progs
|
||||
compsize
|
||||
fd
|
||||
htop
|
||||
tmux
|
||||
vim
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue