linux: Adopt new GNOME/GDM options
This commit is contained in:
parent
5787a0cdb9
commit
92a8857338
2 changed files with 10 additions and 15 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue