d914905d01
Added `btm`; a lightweight, diagnostic application. It is preferrable to `btop`.
13 lines
195 B
Nix
13 lines
195 B
Nix
{
|
|
imports = [
|
|
../../apps/yazi
|
|
../../apps/firefox
|
|
../../apps/imv
|
|
../../apps/zathura
|
|
../../apps/mpv
|
|
../../apps/mako
|
|
../../apps/bottom
|
|
# ../../apps/starship
|
|
];
|
|
}
|