I hope they exclude Snap from the default installation. Don't want an OS with built-in support for Canonical's closed source app store service when Flatpak is decentralized and FOSS on the server side.
My immediate thought was: why not NixOS as a base? Building KDE is such a nightmare that if they had to deal with it themselves on NixOS, it would help them clear up their dependencies. Right now it's such a big mess of unnamed and implicit dependencies that exposing it to the team would also show them how to cut down on them.
My hope was also that if the KDE team were invest in a NixOS offshoot, that the OS would finally get proper GUIs or integrations into existing GUIs like Discover (why not Diskover?) Or the system settings and other config management.
But, to be fair, I could understand if they considered it, took one look at the documentation and noped out.
Cool. My first thought was how this would differ from blendOS, which is also immutable Arch. Seems like the main difference is the use of systemd-sysupdate to handle unprivileged updates.
Not sure how rollbacks are handled, but I only glanced at it.
This along with Bazzite do seem to make SteamOS redundant.
Edit: I read the front of the wiki, this isn't much like SteamOS, this sounds like it will be good for KDE enthusiasts and OEMs. I'll give it a try after it cooks more, looks like a great distro for a laptop
Opensuse doesn't have rpm-ostree. Their immutable offerings are just snapper/btrfs snapshots before changes to the system.
Such a setup is nowhere near as powerful. rpm-ostree can rebase itself based off of a container/oci image. It can layer images on top of eachother. Rather than just tracking when changes happened, it can also track what change happened, in a git style setup.
Hmmm I guess this kind of makes sense - most distros push Gnome above KDE (probably because it doesn't look like this - where's Tantacrul when you need him?). On the other hand, there's already Kubuntu...
I'm a bit skeptical about immutable distros too. What if I want to install a package that isn't already installed and isn't available as a Flatpak/Snap? Seems like it's going to run in similar issues to everything else that tries to wade upstream against the bad decisions of the existing Linux packaging zeitgeist, e.g. how Nix has to install everything in one root-owned directory because nobody cares about portable installation.