From 6c4faf5fe3576f25617cff7f7f279bf8f2a80979 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Mon, 19 Feb 2024 21:18:19 +0100 Subject: [PATCH] Add wayland --- modules/plasma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/plasma.nix b/modules/plasma.nix index 3978e67..2085206 100644 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -5,5 +5,6 @@ # Enable the KDE Plasma Desktop Environment. services.xserver.displayManager.sddm.enable = true; + services.xserver.displayManager.defaultSession = "plasmawayland"; services.xserver.desktopManager.plasma5.enable = true; }