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