From 28dd029befb697df68f346b77e7474237241d672 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Thu, 29 Feb 2024 09:12:13 +0100 Subject: [PATCH] Fix nvidia bad session --- modules/plasma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plasma.nix b/modules/plasma.nix index 6e63456..447d93a 100644 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -5,6 +5,6 @@ # Enable the KDE Plasma Desktop Environment. services.xserver.displayManager.sddm.enable = true; - services.xserver.displayManager.defaultSession = "plasmawayland"; + services.xserver.displayManager.defaultSession = "plasma"; services.xserver.desktopManager.plasma6.enable = true; }