d914905d01
Added `btm`; a lightweight, diagnostic application. It is preferrable to `btop`.
8 lines
82 B
Nix
8 lines
82 B
Nix
{pkgs}: {
|
|
programs.bottom = {
|
|
enable = true;
|
|
settings = {
|
|
};
|
|
};
|
|
}
|