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