• @iopq
    link
    -1
    edit-2
    9 months ago

    Really? On my distro it’s

    services.xserver.enable = true;
    services.xserver.displayManager.sddm.enable = true;
    #enable KDE
    services.xserver.desktopManager.plasma5.enable = true;
    

    And you can just comment out the gnome line

    • Rikudou_Sage
      link
      fedilink
      English
      39 months ago

      You can get even more fancy and have a boot option for both with specialisations!

      specialisation.KDE.configuration = {
          services.xserver.displayManager.lightdm.enable = false;
          services.xserver.desktopManager.cinnamon.enable = false;
      
          services.xserver.displayManager.sddm.enable = true;
          services.xserver.desktopManager.plasma5.enable = true;
        };
      

      But let’s not pretend NixOS is in any way beginner friendly.

    • ZephrC
      link
      fedilink
      1
      edit-2
      9 months ago

      1, that’s not something a day one Linux user would understand, and you shouldn’t encourage people to use commands they don’t understand.

      2, I guess you’re arguing that distro is important, so thanks for agreeing with me.

      • @iopq
        link
        18 months ago

        It literally says enable plasma 5, how is that hard to understand?

        • ZephrC
          link
          fedilink
          18 months ago

          On Ubuntu it’s just sudo apt install kde-plasma-desktop. I guess that means you think it’s even easier there and everyone understands all the implications of that and nothing could possibly go wrong?

          • @iopq
            link
            18 months ago

            There are no implications to installing anything in NixOS because you can go back to a previous state at any point.

            Running the software might change your settings, but can’t really do anything about that since that’s the software author’s choice and it’s in your home folder

            • ZephrC
              link
              fedilink
              08 months ago

              Look, I understand how NixOS works. It has nothing to do with anything I’ve been trying to say though. I’m trying to have a conversation, and you keep derailing it with you NixOS sales pitch. What do you even want from me? Fine. NixOS is the most bestest at everything ever and everyone should immediately jump right into it with no help or context straight out of Windows. Are you happy now?