modules: sddm: enable wayland by default

This commit is contained in:
Antoine Martin 2024-11-08 17:23:02 +01:00
parent 954fd0f8dc
commit 1daa246ecd

View file

@ -18,6 +18,7 @@ in {
services.displayManager.sddm = {
enable = true;
theme = "sugar-candy";
wayland.enable = true;
};
environment.systemPackages = builtins.attrValues {