Enable SDDM wayland support
This commit is contained in:
parent
2175fcdf10
commit
25e08ed6d7
|
@ -25,6 +25,7 @@ lib.mkIf (config.platform != "mobile")
|
||||||
displayManager.defaultSession = "hyprland";
|
displayManager.defaultSession = "hyprland";
|
||||||
displayManager.sddm = {
|
displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
wayland.enable = true;
|
||||||
theme = "tokyo-night-sddm";
|
theme = "tokyo-night-sddm";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue