Kodi: Difference between revisions
import from old wiki |
imported from old wiki |
||
Line 63: | Line 63: | ||
(pkgs.kodi.withPackages (kodiPkgs: with kodiPkgs; [ | (pkgs.kodi.withPackages (kodiPkgs: with kodiPkgs; [ | ||
jellyfin | jellyfin | ||
])) | |||
]; | |||
</syntaxHighlight> | |||
Or if using as the startup desktop service: | |||
<syntaxHighlight lang=nix> | |||
services.xserver.desktopManager.kodi.package = | |||
pkgs.kodi.withPackages (pkgs: with pkgs; [ | |||
jellycon | |||
])) | ])) | ||
]; | ]; |