12 lines
181 B
Nix
12 lines
181 B
Nix
![]() |
_: {
|
||
|
alqueva.support.wayland = true;
|
||
|
services.xserver = {
|
||
|
desktopManager.gnome = {
|
||
|
enable = true;
|
||
|
};
|
||
|
displayManager.gdm = {
|
||
|
enable = true;
|
||
|
};
|
||
|
};
|
||
|
}
|