install kodi
This commit is contained in:
parent
0bf61ad07c
commit
5eb2772356
@ -82,14 +82,31 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
users.extraUsers.kodi.isNormalUser = true;
|
users.extraUsers.kodi.isNormalUser = true;
|
||||||
#services.cage.user = "kodi";
|
services.cage.user = "kodi";
|
||||||
#services.cage.program = "${pkgs.kodi-wayland}/bin/kodi-standalone";
|
services.cage.program = let
|
||||||
#services.cage.enable = true;
|
kodi-wayland = pkgs.kodi-wayland.passthru.withPackages (kodiPkgs: [
|
||||||
nixpkgs.config.kodi.enableAdvancedLauncher = true;
|
kodiPkgs.youtube
|
||||||
|
]);
|
||||||
|
in "${kodi-wayland}/bin/kodi-standalone";
|
||||||
|
services.cage.enable = true;
|
||||||
|
|
||||||
|
#services.greetd = {
|
||||||
|
# enable = true;
|
||||||
|
# settings = rec {
|
||||||
|
# initial_session = let
|
||||||
|
# kodi-wayland = pkgs.kodi-wayland.passthru.withPackages (kodiPkgs: [
|
||||||
|
# kodiPkgs.youtube
|
||||||
|
# ]);
|
||||||
|
# in {
|
||||||
|
# command = "${kodi-wayland}/bin/kodi-standalone";
|
||||||
|
# user = "kodi";
|
||||||
|
# };
|
||||||
|
# default_session = initial_session;
|
||||||
|
# };
|
||||||
|
#};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
libraspberrypi
|
libraspberrypi
|
||||||
#(kodi.passthru.withPackages (kodiPkgs: [kodiPkgs.youtube]))
|
|
||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
Loading…
Reference in New Issue
Block a user