linux: Adopt new GNOME/GDM options

This commit is contained in:
Spotlight 2025-05-30 13:35:40 -05:00
parent 5787a0cdb9
commit 92a8857338
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 10 additions and 15 deletions

View file

@ -41,16 +41,11 @@
};
# We should have GNOME on all desktop installs.
xserver = {
desktopManager.gnome.enable = true;
displayManager.gdm = {
# At the login screen, don't automatically fall asleep.
autoSuspend = false;
enable = true;
# GNOME!
desktopManager.gnome.enable = true;
displayManager.gdm = {
# At the login screen, don't automatically fall asleep.
autoSuspend = false;
enable = true;
};
};
# We'd also like printing support.