store optimisation
This commit is contained in:
parent
4f0f87207f
commit
27aa743e28
3 changed files with 4 additions and 4 deletions
|
@ -1,13 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
# 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;
|
||||
environment.gnome.excludePackages = [ pkgs.gnome-tour ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnomeExtensions.paperwm
|
||||
gnome.gnome-characters
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue