[kodi] Fix jellyfin
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user