nixos(sddm): use wayland sddm
This commit is contained in:
parent
09b590e5ce
commit
077ce16f56
|
@ -197,12 +197,11 @@
|
||||||
##
|
##
|
||||||
## DESKTOP ##
|
## DESKTOP ##
|
||||||
##
|
##
|
||||||
# Enable the X11 windowing system.
|
|
||||||
services.xserver.enable = true;
|
|
||||||
|
|
||||||
# Enable GDM.
|
# Enable SDDM.
|
||||||
services.xserver.displayManager.sddm = {
|
services.displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
wayland.enable = true;
|
||||||
theme = "${import ./theming/sddm.nix { inherit pkgs; }}";
|
theme = "${import ./theming/sddm.nix { inherit pkgs; }}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue