From 373f3f1f3f7ce21fbefdcdf08f5deb37d7e59ba4 Mon Sep 17 00:00:00 2001 From: kenji Date: Sun, 11 Jan 2026 12:10:57 -0600 Subject: [PATCH] refactor(apps): switched gemini 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 47c7029..863b2ce 100644 --- a/modules/home/apps-optional.nix +++ b/modules/home/apps-optional.nix @@ -1,6 +1,7 @@ { imports = [ ../../apps/btop + ../../apps/gemini ../../apps/jellyfin ../../apps/tickrs ../../apps/claude diff --git a/modules/home/apps.nix b/modules/home/apps.nix index 0d0279d..b5e838e 100644 --- a/modules/home/apps.nix +++ b/modules/home/apps.nix @@ -1,7 +1,6 @@ { imports = [ ../../apps/yazi - ../../apps/gemini ../../apps/firefox ../../apps/imv ../../apps/mpv