From f4cf605c54fa9d9e09bcc196e6f0af7864a04145 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 20 Apr 2023 19:18:06 +0200 Subject: [PATCH] [Desktop/Plasma] Ask sddm to use wayland for its own display, although it doesn't seem to work --- desktop/plasma.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desktop/plasma.nix b/desktop/plasma.nix index 48f3d2b..4316bb3 100644 --- a/desktop/plasma.nix +++ b/desktop/plasma.nix @@ -36,6 +36,9 @@ in { X11 = { MinimumVT = mkOverride 50 1; }; + General = { + DisplayServer = "wayland"; + }; }; };