Files
dotfiles/system-modules/kodi.nix
Lennart J. Kurzweg (Nx2) 93bcb23085 kodi on ice
2024-07-14 02:13:32 +02:00

14 lines
268 B
Nix

{ 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;
# };
# }