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