1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 19:15:39 +00:00

plasma5: set default session to plasma X11

Plasma wayland currently has many tiny bugs hurting user experience.
This commit is contained in:
oxalica 2021-10-29 22:22:29 +08:00
parent 91812b84b8
commit ad20e87e39
No known key found for this signature in database
GPG key ID: CED392DE0C483D00

View file

@ -200,6 +200,10 @@ in
]; ];
services.xserver.displayManager.sessionPackages = [ pkgs.libsForQt5.plasma5.plasma-workspace ]; services.xserver.displayManager.sessionPackages = [ pkgs.libsForQt5.plasma5.plasma-workspace ];
# Default to be `plasma` (X11) instead of `plasmawayland`, since plasma wayland currently has
# many tiny bugs.
# See: https://github.com/NixOS/nixpkgs/issues/143272
services.xserver.displayManager.defaultSession = mkDefault "plasma";
security.wrappers = { security.wrappers = {
kcheckpass = kcheckpass =