modules: sddm: enable wayland by default
This commit is contained in:
parent
954fd0f8dc
commit
1daa246ecd
|
@ -18,6 +18,7 @@ in {
|
|||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
theme = "sugar-candy";
|
||||
wayland.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
|
|
Loading…
Reference in a new issue