rice/hosts/alice/gdm.nix

10 lines
131 B
Nix
Raw Normal View History

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