more config stuff

This commit is contained in:
twoneis 2024-03-13 20:34:10 +01:00
parent 4b84b88dc4
commit 5cdeaf971b
5 changed files with 16 additions and 3 deletions

View file

@ -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;