more config stuff
This commit is contained in:
parent
4b84b88dc4
commit
5cdeaf971b
5 changed files with 16 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
{ pkgs, lib, config, ... }: lib.mkIf (config.withGnome) {
|
||||
# Enable the GNOME Desktop Environment.
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
# Don't pull unnecessary packages
|
||||
services.gnome.core-utilities.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue