From 6628c4d58983a747a69738060ec9e98470cd816c Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 24 Dec 2025 11:21:55 -0600 Subject: [PATCH] added apps-optional --- home/hakase.nix | 1 + modules/home/apps-optional.nix | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 modules/home/apps-optional.nix diff --git a/home/hakase.nix b/home/hakase.nix index 6ef2658..b98482d 100644 --- a/home/hakase.nix +++ b/home/hakase.nix @@ -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 ]; diff --git a/modules/home/apps-optional.nix b/modules/home/apps-optional.nix new file mode 100644 index 0000000..54b12c9 --- /dev/null +++ b/modules/home/apps-optional.nix @@ -0,0 +1,5 @@ +{ + imports = [ + ../../apps/jellyfin-tui/home.nix + ]; +}