Update to GNOME 40

This commit is contained in:
Dave Gallant
2021-05-13 07:32:53 -04:00
parent 9b7b7254d0
commit 96983c4ecb
3 changed files with 13 additions and 13 deletions

View File

@@ -2,9 +2,9 @@
{
# Enable the GNOME 3 Desktop Environment.
# Enable the GNOME Desktop Environment.
services.xserver.enable = true;
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome3.enable = true;
services.xserver.desktopManager.gnome.enable = true;
}