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