refactor: replace plasma-bigscreen role with kodi

Remove the custom plasma-bigscreen role and package, switching boxy and
gym-box to use the existing kodi role instead. The kodi role now
supports wayland and appLauncherServer with the same options.
This commit is contained in:
2026-05-11 18:10:04 -07:00
parent cbc1402e44
commit f5e78b4d1a
5 changed files with 10 additions and 263 deletions
+7 -6
View File
@@ -7,10 +7,10 @@
with lib;
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
];
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
];
roles = {
audio.enable = true;
@@ -22,11 +22,12 @@ with lib;
sddm = true;
wayland = true;
};
plasma-bigscreen = {
kodi = {
enable = true;
autologin = true;
jellyfinScaleFactor = 1.0;
wayland = true;
appLauncherServer.enable = true;
jellyfinScaleFactor = 1.0;
};
nfs-mounts.enable = true;
users.enable = true;