store optimisation

This commit is contained in:
twoneis 2024-01-07 14:54:08 +01:00
parent 4f0f87207f
commit 27aa743e28
3 changed files with 4 additions and 4 deletions

View file

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