From ad20e87e39749f1b6176f06e8d9bbb653738f020 Mon Sep 17 00:00:00 2001 From: oxalica Date: Fri, 29 Oct 2021 22:22:29 +0800 Subject: plasma5: set default session to plasma X11 Plasma wayland currently has many tiny bugs hurting user experience. --- nixos/modules/services/x11/desktop-managers/plasma5.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix index e8a62ea7576..69907cb5310 100644 --- a/nixos/modules/services/x11/desktop-managers/plasma5.nix +++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix @@ -200,6 +200,10 @@ in ]; 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 = { kcheckpass = -- cgit 1.4.1