SchrodingersPat@lemmy.ml to linuxmemes@lemmy.world · 2 年前Hot takelemmy.mlimagemessage-square345linkfedilinkarrow-up11.79Karrow-down141
arrow-up11.75Karrow-down1imageHot takelemmy.mlSchrodingersPat@lemmy.ml to linuxmemes@lemmy.world · 2 年前message-square345linkfedilink
minus-squareRikudou_SageAlinkfedilinkEnglisharrow-up3·2 年前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.
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.