rice/hosts/alice/gdm.nix

10 lines
128 B
Nix
Raw Permalink Normal View History

2024-06-05 09:21:21 +00:00
{
2024-01-26 12:36:14 +00:00
services.xserver = {
enable = true;
displayManager.gdm = {
enable = true;
wayland = true;
};
};
}