Revert "chore(alex): use sddm rather than gdm"

This reverts commit 74c6cf86f2.

GNOME does not support locking the screen on display managers other than GDM
This commit is contained in:
Ashhhleyyy 2024-02-14 12:16:36 +00:00
parent 74c6cf86f2
commit 457112fd40
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -32,11 +32,8 @@
services.xserver = {
enable = true;
displayManager.gdm.enable = true;
desktopManager.gnome.enable = true;
displayManager.sddm = {
enable = true;
wayland.enable = true;
};
layout = "gb";
# xkbVariant = "";
};