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, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
|
||||||
tmux
|
|
||||||
htop
|
|
||||||
atop
|
atop
|
||||||
|
btop
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
compsize
|
compsize
|
||||||
fd
|
fd
|
||||||
|
htop
|
||||||
|
tmux
|
||||||
|
vim
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue