mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
add btop
This commit is contained in:
parent
ca8acd250b
commit
61b2651bb2
@ -2,8 +2,9 @@
|
|||||||
{
|
{
|
||||||
users.users.yoda = {
|
users.users.yoda = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
btop # Terminal resource monitor
|
||||||
htop
|
htop
|
||||||
screen
|
screen # Terminal multiplexer
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
# CLI apps
|
# CLI apps
|
||||||
gnumake # make
|
gnumake # make
|
||||||
wget
|
wget
|
||||||
|
btop # Terminal resource monitor
|
||||||
htop
|
htop
|
||||||
killall
|
killall
|
||||||
colmena
|
colmena
|
||||||
|
Loading…
Reference in New Issue
Block a user