From 2c2b4fadc23cae590e56fe0fa90e70d0e9b8f88a Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 13 Apr 2022 09:31:17 +1000 Subject: [PATCH] xmonad: switched back to none+xmonad as default --- profiles/xmonad.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/xmonad.nix b/profiles/xmonad.nix index 89a4e03..d3a6284 100644 --- a/profiles/xmonad.nix +++ b/profiles/xmonad.nix @@ -18,7 +18,7 @@ plasma5.enable = true; # Enable Plasma desktop environment }; displayManager = { - defaultSession = "plasma"; # Set KDE configured to use xmonad as default + defaultSession = "none+xmonad"; # Set KDE configured to use xmonad as default gdm.enable = false; # Enable the GNOME display manager sddm.enable = true; # Enable the Plasma display manager };