fix(jellyfin): incorrect data

This commit is contained in:
kenji
2026-07-03 20:54:55 -05:00
parent 1b06c411ef
commit 1c5d9c21d4
2 changed files with 3 additions and 3 deletions
+3
View File
@@ -1,4 +1,7 @@
{pkgs, ...}: {
imports = [
./immersion.nix
];
home.packages = with pkgs; [
jellyfin-media-player
];