Enable SDDM wayland support

This commit is contained in:
Kiana Sheibani 2024-05-06 16:43:03 -04:00
parent 2175fcdf10
commit 25e08ed6d7

View file

@ -25,6 +25,7 @@ lib.mkIf (config.platform != "mobile")
displayManager.defaultSession = "hyprland";
displayManager.sddm = {
enable = true;
wayland.enable = true;
theme = "tokyo-night-sddm";
};
};