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