GNOME: Difference between revisions

Silk (talk | contribs)
Fixed lines I previously added since packages shown were technically optional but not what most consider optional (ie. settings).
Jasi (talk | contribs)
GNOME desktop: Revise minimal config to be less opinionated (if you want to remove GNOME core apps go all the way)
Line 21: Line 21:
   services.desktopManager.gnome.enable = true;
   services.desktopManager.gnome.enable = true;


   # For a minimal / barebones Gnome DE
   # To disable installing GNOME's suite of applications
  # and be only be left with GNOME shell.
   services.gnome.core-apps.enable = false;
   services.gnome.core-apps.enable = false;
   services.gnome.core-developer-tools.enable = false;
   services.gnome.core-developer-tools.enable = false;
   services.gnome.games.enable = false;
   services.gnome.games.enable = false;
  environment.systemPackages = with pkgs; [ gnome-console ];
   environment.gnome.excludePackages = with pkgs; [ gnome-tour gnome-user-docs ];
   environment.gnome.excludePackages = with pkgs; [ gnome-tour gnome-user-docs ];