inputs: { pkgs, ... }: { users.users.minijackson.packages = [ (pkgs.unstable.kodi-wayland.withPackages (p: with p; [ vfs-sftp jellyfin ])) ]; }