KDE: Difference between revisions

give some more nuance on how to install plasma 6 and what it comes with
added previous advice to not include sddm lines before i tested it locally with reboot. bricked my system!
Line 9: Line 9:
services.xserver.displayManager.sddm.enable = true;
services.xserver.displayManager.sddm.enable = true;
services.xserver.desktopManager.plasma5.enable = true;
services.xserver.desktopManager.plasma5.enable = true;
</syntaxhighlight>Or if you want to use Plasma 6, available on nixpkgs-unstable: (this option enables sddm & xdg portal automatically):<syntaxhighlight lang="nix">
</syntaxhighlight>Or if you want to use Plasma 6, available on nixpkgs-unstable:<syntaxhighlight lang="nix">
services.xserver.enable = true;
services.xserver.displayManager.sddm.enable = true;
services.desktopManager.plasma6.enable = true;
services.desktopManager.plasma6.enable = true;
</syntaxhighlight>
</syntaxhighlight>