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 ]; }