Files
nixos/modules/home/apps.nix
T
kenji d914905d01 add(apps): bottom
Added `btm`; a lightweight, diagnostic application. It is preferrable to
`btop`.
2026-03-08 10:31:56 -05:00

13 lines
195 B
Nix

{
imports = [
../../apps/yazi
../../apps/firefox
../../apps/imv
../../apps/zathura
../../apps/mpv
../../apps/mako
../../apps/bottom
# ../../apps/starship
];
}