kodi: enable custom launcher

youtube cannot be found
This commit is contained in:
Motiejus Jakštys 2023-08-17 15:10:17 +03:00
parent 3b33358739
commit 76f3d529da
1 changed files with 6 additions and 5 deletions

View File

@ -85,6 +85,12 @@
services.cage.user = "kodi";
services.cage.program = "${pkgs.kodi-wayland}/bin/kodi-standalone";
services.cage.enable = true;
nixpkgs.config.kodi.enableAdvancedLauncher = true;
environment.systemPackages = with pkgs; [
libraspberrypi
#(kodi.passthru.withPackages (kodiPkgs: [kodiPkgs.youtube]))
];
networking = {
hostId = "4bd17751";
@ -106,11 +112,6 @@
};
};
environment.systemPackages = with pkgs; [
libraspberrypi
(kodi.passthru.withPackages (kodiPkgs: [kodiPkgs.youtube]))
];
nixpkgs.hostPlatform = "aarch64-linux";
security.rtkit.enable = true;