add(apps): bottom

Added `btm`; a lightweight, diagnostic application. It is preferrable to
`btop`.
This commit is contained in:
kenji
2026-03-08 10:31:56 -05:00
parent 784e44901d
commit d914905d01
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{pkgs}: {
programs.bottom = {
enable = true;
settings = {
};
};
}
+1
View File
@@ -6,6 +6,7 @@
../../apps/zathura
../../apps/mpv
../../apps/mako
../../apps/bottom
# ../../apps/starship
];
}