From d592750de76ba15b46762c5b7e4ac757920ec137 Mon Sep 17 00:00:00 2001 From: kenji Date: Sun, 8 Mar 2026 11:07:41 -0500 Subject: [PATCH] move(btm): switched to apps-optional --- modules/home/apps-optional.nix | 1 + modules/home/apps.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/apps-optional.nix b/modules/home/apps-optional.nix index d2dbc26..c40a34b 100644 --- a/modules/home/apps-optional.nix +++ b/modules/home/apps-optional.nix @@ -1,6 +1,7 @@ {pkgs, ...}: { imports = [ ../../apps/btop + ../../apps/bottom ../../apps/anki ../../apps/gemini ../../apps/jellyfin diff --git a/modules/home/apps.nix b/modules/home/apps.nix index 98f9f3e..448f981 100644 --- a/modules/home/apps.nix +++ b/modules/home/apps.nix @@ -6,7 +6,6 @@ ../../apps/zathura ../../apps/mpv ../../apps/mako - ../../apps/bottom # ../../apps/starship ]; }