kodi: enable custom launcher
youtube cannot be found
This commit is contained in:
parent
3b33358739
commit
76f3d529da
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user