kodi on ice
This commit is contained in:
@@ -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;
|
||||||
}
|
# };
|
||||||
|
# }
|
||||||
|
|||||||
Reference in New Issue
Block a user