add(apps): jellyfin

This commit is contained in:
kenji
2025-12-28 07:59:34 -06:00
parent d30bfc951e
commit 1db6f4dddd
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
jellyfin-media-player
];
}