kodi
This commit is contained in:
12
system-modules/kodi.nix
Normal file
12
system-modules/kodi.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, lib, host, ... }:
|
||||
lib.mkIf (host == "NxACE")
|
||||
{
|
||||
services.xserver.desktopManager.kodi = {
|
||||
enable = true;
|
||||
};
|
||||
services.cage = {
|
||||
user = "kodi";
|
||||
program = "${pkgs.kodi-wayland}/bin/kodi-standalone";
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user