fix some things, add some others

This commit is contained in:
k3t
2026-03-13 21:52:58 -06:00
parent 9a93afc606
commit 3695a7c54a
4 changed files with 9 additions and 17 deletions
+6 -3
View File
@@ -41,7 +41,7 @@ in
{
networking.hostName = "htpc";
# HDMI CEC
# hdmi cec
nixpkgs.overlays = [
(self: super: { libcec = super.libcec.override { withLibraspberrypi = true; }; })
];
@@ -75,9 +75,12 @@ in
};
};
# Kodi - run under Wayland
# kde connect for remote ctrl
programs.kdeconnect.enable = true;
# kodi
services.cage.user = "k3t";
services.cage.extraArguments = [ "-m" "last" ];
services.cage.extraArguments = [ "-m" "last" "-d" ];
services.cage.program = "${kodi-with-addons}/bin/kodi-standalone";
services.cage.enable = true;