kodi on ice

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-07-14 02:13:32 +02:00
parent bb60da2409
commit 93bcb23085

View File

@@ -1,12 +1,13 @@
{ pkgs, lib, host, ... }: { pkgs, lib, host, ... }:
lib.mkIf (host == "NxACE") lib.mkIf (host == "NxACE")
{ {}
services.xserver.desktopManager.kodi = { # {
enable = true; # services.xserver.desktopManager.kodi = {
}; # enable = true;
services.cage = { # };
user = "kodi"; # services.cage = {
program = "${pkgs.kodi-wayland}/bin/kodi-standalone"; # user = "kodi";
enable = true; # program = "${pkgs.kodi-wayland}/bin/kodi-standalone";
}; # enable = true;
} # };
# }