[kodi] Fix jellyfin

This commit is contained in:
2025-12-07 20:55:34 -08:00
parent 3029e3d9a8
commit 80633142fb

View File

@@ -32,7 +32,7 @@ in
config = let
kodiBasePkg = if cfg.wayland then pkgs.kodi-wayland else pkgs.kodi;
kodiPkg = kodiBasePkg.withPackages (pkgs: with pkgs; [
jellyfin-media-player
jellyfin
steam-launcher
steam-library
youtube
@@ -50,6 +50,7 @@ in
};
environment.systemPackages = with pkgs; [
jellyfin-media-player
kodiPkg
wget
firefox