nixos(sddm): use wayland sddm
This commit is contained in:
parent
09b590e5ce
commit
077ce16f56
|
@ -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; }}";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue