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
+3 -2
View File
@@ -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;