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"; + }; }; };