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.

  • Atemu@lemmy.ml
    ·
    8 months ago

    As in, build a NixOS VM that's otherwise the exact same as your current system but with a different DE enabled. nixos-rebuild build-vm

    • Chewy@discuss.tchncs.de
      ·
      8 months ago

      Thanks for explaining. I've come across build-vm and I should really try it out. Rebooting just to roll back isn't fun

      • Atemu@lemmy.ml
        ·
        8 months ago

        Well, you can roll back with a switch too; no reboot required.

        The VM protects you from accidental state modification however (i.e. programs enabled by some DE by default writing their config files everwhere) and its ephemeral nature makes a few things easier.