mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41:20 +00:00
8 lines
No EOL
178 B
Nix
8 lines
No EOL
178 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
# Enable Gnome
|
|
services.xserver.enable = true;
|
|
services.xserver.displayManager.gdm.enable = true;
|
|
services.xserver.desktopManager.gnome.enable = true;
|
|
} |