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
      link
      fedilink
      118 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
        link
        fedilink
        18 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
          link
          fedilink
          18 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.

          • Chewy
            link
            fedilink
            18 months ago

            I’ve had some changes where I had to logout after a switch, so this should help sometimes.