more cleanup
This commit is contained in:
parent
e0346fadb4
commit
70d50a1d0e
4 changed files with 2 additions and 13 deletions
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, lib, config, ... }: lib.mkIf (config.withGnome) {
|
||||
# Enable the GNOME Desktop Environment.
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
# Don't install unnecessary packages
|
||||
|
||||
services.gnome.core-utilities.enable = false;
|
||||
environment.gnome.excludePackages = [ pkgs.gnome-tour ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue