mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/plasma6: default to Wayland for SDDM
While technically still experimental, it seems to produce less issues than X11 at this point, and there's a weird issue with X11 setups that we've been unable to track down that really hurts the new user experience, so let's just go with this.
This commit is contained in:
parent
7352e1adaa
commit
7a2cb2ad15
1 changed files with 4 additions and 1 deletions
|
@ -302,7 +302,10 @@ in
|
|||
services.displayManager.sddm = {
|
||||
package = kdePackages.sddm;
|
||||
theme = mkDefault "breeze";
|
||||
wayland.compositor = "kwin";
|
||||
wayland = mkDefault {
|
||||
enable = true;
|
||||
compositor = "kwin";
|
||||
};
|
||||
extraPackages = with kdePackages; [
|
||||
breeze-icons
|
||||
kirigami
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue