Fix jellyfinScaleFactor implementation in kodi role

The original implementation had several issues that prevented it from
building:
- Used buildInputs instead of nativeBuildInputs for makeWrapper
- Referenced wrong executable name (jellyfinmediaplayer vs jellyfin-desktop)
- Used wrapProgram which doesn't work with symlinks from symlinkJoin

Fixed by using makeWrapper directly with the correct executable path
after removing the symlink.

Also enabled jellyfinScaleFactor = 1.5 on boxy for UI scaling.
This commit is contained in:
2025-12-22 12:17:54 -08:00
parent ac956ef48c
commit 175da48170
2 changed files with 6 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ with lib;
enable = true;
autologin = true;
wayland = true;
jellyfinScaleFactor = 1.5;
};
users.enable = true;
};