move(btm): switched to apps-optional

This commit is contained in:
kenji
2026-03-08 11:07:41 -05:00
parent 688f8e8a1e
commit d592750de7
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
{pkgs, ...}: { {pkgs, ...}: {
imports = [ imports = [
../../apps/btop ../../apps/btop
../../apps/bottom
../../apps/anki ../../apps/anki
../../apps/gemini ../../apps/gemini
../../apps/jellyfin ../../apps/jellyfin
-1
View File
@@ -6,7 +6,6 @@
../../apps/zathura ../../apps/zathura
../../apps/mpv ../../apps/mpv
../../apps/mako ../../apps/mako
../../apps/bottom
# ../../apps/starship # ../../apps/starship
]; ];
} }