nixos(sddm): use wayland sddm

This commit is contained in:
Alexandre Cavalheiro 2024-04-26 07:52:25 -03:00
parent 09b590e5ce
commit 077ce16f56
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -197,12 +197,11 @@
##
## DESKTOP ##
##
# Enable the X11 windowing system.
services.xserver.enable = true;
# Enable GDM.
services.xserver.displayManager.sddm = {
# Enable SDDM.
services.displayManager.sddm = {
enable = true;
wayland.enable = true;
theme = "${import ./theming/sddm.nix { inherit pkgs; }}";
};