Connecting remotely to a Linux desktop environment

Hello, simple problem I found myself in: I have a linux PC at home running archlinux with a KDE plasma desktop environment.

I want to be able to connect to it remotely, getting access to the desktop. In Windows you could name a billion apps doing this perfectly after a few clicks. On Linux I had to pull my hair out to find even 1 proper solution.

My requirements are so laughably simple:

  • I want to control the full desktop environment, not just 1 application (ie. ssh -x)

  • I want it to be performant/low latency (ie. no VNC)

So far, I had to resort to using Sunshine/moonlight, which works great for this usecase. But, at the same time, it is clearly made for gaming. Nothing wrong with that, but I wonder if I missed any simpler solutions?