As title says. Obviously I could setup different virtual machines or spend the time and install all the DEs in one VM if it is even possible without breaking the OS. I'm wondering if there is an already made iso or something that installs all the maintained DEs for trying.
This is a selling point I don't often see people discussing but it has killed my need to swap distros... Possibly forever. I've been using it for a year now and have such a clean well organised config file. Version controlled, broken up into modules, with separate configurations for desktop laptop and server. Unlike any other distro, at any moment I can just hard reset to what that config describes. If I swap DEs, or python versions, or whatever else, the system no longer slowly builds up clutter and random arcane bugs and bloat. It feels like today my system is better, newer, and cleaner than when I started with it. And at any moment I can install my exact system down to every little detail on a new device. Nix is legendary for long term system maintenance.
That's what I love about it, among all the other good things everyone talks about.
Even better it's the first time I've actually felt the desire to learn to package apps that aren't available, because the nix language makes it so easy.
Of course there is definitely a learning curve, compared to other distros. Going from... at the time arch/fedora to nix felt like just as big a change as going from Windows to Linux in the first place, such a big shift in how I did everything. But definitely worth it.
I agree with NixOS as a good choice for this. The most important bit for me is it cleans up really well when you switch. Every other distro I've tried tends to leave a lot of mess behind and a lot of duplicate function apps.
Just be ready to clean out your home, maybe add a new user to test them. I set up KDE then went back to gnome and it broke my cursors somehow... nbd but it's a bit annoying
wow. I gotta check out nixos. That is incredible. Do you happen to know if fedora silverbue or any of the other immutable distros do this, or is this something specific to nixos?
BlendOS. You can easily switch between DEs without any conflicts or dependency hell, as they're all containerised (and would therefore perform better than running them inside a full-fledged VM).
I just spent an hour trying to get this installed in a Proxmox VM. No dice. After install, it just boots to the GRUB rescue prompt. Oh well, seems like a cool idea.
It would be best to try every single one separately, otherwise you'll have dozens of programs that do the exact same thing, like file explorers.
That said, with Fedora you can list available desktop environments using the default package manager, dnf. In a terminal use the dnf group list command to list all available desktop environments:
dnf group list --available *desktop
Install the required desktop environment using the dnf install command. Ensure to prefix with the @ sign, for example:
Thought fully switching a desktop environment up to your login screen and all is a little more complicated and can end up bricking your system if you don't know what your doing. For those cases, you also would need to swap the system identity. Not entirely sure what was the command right...
All modern distros let you install them all and just select which one you wish to use from the login screen. You don't need NixOS or anything specifically to do this, in fact it's easier on other distros because usually nothing more than installing the packages is required, no config editing, rebuilding or even rebooting.
If that's happening on your distro then try any of the modern big names and it'll be fine. Left over cruft being a problem beyond some extra disk space usage is a thing of the past.
This doesn't work well in practice when switching between Gnome and KDE. Both change configuration in /home, which might break theming and results in strange behavior.
Logging in with a different user for each desktop environment does prevent such issues. Or alternatively deleting the right folders in ~/.config should fix it too.
In that case, wouldn't it be possible to try this on any distro? Just make a new user per DE? Also, I think what they're pointing out is that you can change DE and rollback to where you were before
The better approach is to grab the most popular distros that have different DE. See how the made their DE and what is possible. Also, think about what your goals are with a DE because if you are researching it then that means you have a desire in mind or want to know what a DE could do for you.
Arco -B has the widest range of DEs and WMs at install that I've seen so far. Almost all of them are modded to have a unified control scheme, but the appearance is usually close to vanilla.