mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
11 lines
203 B
Nix
11 lines
203 B
Nix
{ ... }:
|
|
|
|
{
|
|
|
|
# Enable the GNOME 3 Desktop Environment.
|
|
services.xserver.enable = true;
|
|
services.xserver.displayManager.gdm.enable = true;
|
|
services.xserver.desktopManager.gnome3.enable = true;
|
|
|
|
}
|