System Gen12 @ 2025-05-04-15:29:52 by jonas@monolith

This commit is contained in:
2025-05-04 15:29:53 +02:00
parent 1ff2f4bc26
commit 2a30796827
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ in {
config = lib.mkIf (cfg.name == "gdm") {
services.xserver.displayManager.gdm = {
enable = true;
wayland = cfg.wayland;
wayland = true;
};
};
}