From d3b073fda46da215c9aa57cdfa3614037a86a82b Mon Sep 17 00:00:00 2001 From: kenji Date: Sat, 27 Dec 2025 22:20:06 -0600 Subject: [PATCH] cleanedu p --- modules/home/apps-optional.nix | 2 -- modules/home/music.nix | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/home/apps-optional.nix b/modules/home/apps-optional.nix index bbc155a..ce8dcb5 100644 --- a/modules/home/apps-optional.nix +++ b/modules/home/apps-optional.nix @@ -1,7 +1,5 @@ { imports = [ - ../../apps/jellyfin-tui/home.nix - ../../apps/cava/home.nix ../../apps/btop/home.nix ]; } diff --git a/modules/home/music.nix b/modules/home/music.nix index 4474f2c..cebe8e2 100644 --- a/modules/home/music.nix +++ b/modules/home/music.nix @@ -34,6 +34,10 @@ echo "Launch script completed." ''; in { + imports = [ + ../../apps/jellyfin-tui/home.nix + ../../apps/cava/home.nix + ]; home.packages = [ launch-music ];