added apps-optional

This commit is contained in:
kenji
2025-12-24 11:21:55 -06:00
parent 260ca708a8
commit 6628c4d589
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
imports = [
../modules/home/terminal.nix
../modules/home/apps.nix
../modules/home/apps-optional.nix
../modules/home/hyprland.nix
../modules/home/waybar.nix
];
+5
View File
@@ -0,0 +1,5 @@
{
imports = [
../../apps/jellyfin-tui/home.nix
];
}