summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 9ddf0da..72eed01 100644
--- a/common.nix
+++ b/common.nix
@@ -140,6 +140,7 @@ in
# use SDDM and Plasma Wayland
enable = true;
displayManager.sddm.enable = true;
+ displayManager.sddm.wayland.enable = true;
displayManager.defaultSession = "plasmawayland";
};