fix xserver.displayManager warnings

thanks sandro
This commit is contained in:
Gerg-L 2024-04-20 14:28:54 -04:00
parent 46a29bf761
commit ae5cd16c1a
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
5 changed files with 44 additions and 41 deletions

View file

@ -42,10 +42,12 @@ _:
};
};
services.xserver = {
enable = true;
desktopManager.gnome.enable = true;
services = {
displayManager.defaultSession = "gnome";
xserver = {
enable = true;
desktopManager.gnome.enable = true;
};
};
};
#_file