nixos/modules/core/gdm.nix

9 lines
107 B
Nix

{
...
}:
{
services.xserver.displayManager.gdm = {
enable = true;
wayland.enable = true;
};
}