kodi: on wayland again
This commit is contained in:
parent
dac4422f99
commit
b78dad3f78
@ -73,18 +73,10 @@
|
|||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
#services.xserver.enable = true;
|
users.extraUsers.kodi.isNormalUser = true;
|
||||||
#services.xserver.desktopManager.kodi.enable = true;
|
#services.cage.user = "kodi";
|
||||||
#services.xserver.displayManager.autoLogin.enable = true;
|
#services.cage.program = "${pkgs.kodi-wayland}/bin/kodi-standalone";
|
||||||
#services.xserver.displayManager.autoLogin.user = "kodi";
|
#services.cage.enable = true;
|
||||||
|
|
||||||
## This may be needed to force Lightdm into 'autologin' mode.
|
|
||||||
## Setting an integer for the amount of time lightdm will wait
|
|
||||||
## between attempts to try to autologin again.
|
|
||||||
#services.xserver.displayManager.lightdm.autoLogin.timeout = 3;
|
|
||||||
|
|
||||||
## Define a user account
|
|
||||||
#users.extraUsers.kodi.isNormalUser = true;
|
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostId = "4bd17751";
|
hostId = "4bd17751";
|
||||||
@ -117,7 +109,7 @@
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
libraspberrypi
|
libraspberrypi
|
||||||
#(kodi.passthru.withPackages (kodiPkgs: [kodiPkgs.youtube]))
|
(kodi.passthru.withPackages (kodiPkgs: [kodiPkgs.youtube]))
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.hostPlatform = "aarch64-linux";
|
nixpkgs.hostPlatform = "aarch64-linux";
|
||||||
|
Loading…
Reference in New Issue
Block a user