Hyprland: display manager mkDefault

This commit is contained in:
NullBite 2024-03-06 02:06:26 -05:00
parent f96c40cbfa
commit c2555ca051
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -24,7 +24,7 @@ in
nixfiles.meta.wayland = true; nixfiles.meta.wayland = true;
services.xserver.displayManager.sddm = { services.xserver.displayManager.sddm = {
enable = true; enable = lib.mkDefault true;
wayland.enable = true; wayland.enable = true;
}; };