rice/hosts/alice/gdm.nix

9 lines
128 B
Nix

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