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