Gnome: Remove unnecessary gnome packages
This commit is contained in:
parent
678ea52740
commit
f1b3ccfe2d
1 changed files with 21 additions and 0 deletions
|
@ -170,6 +170,27 @@ in
|
|||
};
|
||||
}];
|
||||
|
||||
environment.gnome.excludePackages = with pkgs; with pkgs.gnome; [
|
||||
baobab
|
||||
cheese
|
||||
epiphany
|
||||
evince
|
||||
geary
|
||||
gedit
|
||||
gnome-characters
|
||||
gnome-connections
|
||||
gnome-console
|
||||
gnome-disk-utility
|
||||
gnome-font-viewer
|
||||
gnome-logs
|
||||
gnome-maps
|
||||
gnome-text-editor
|
||||
gnome-tour
|
||||
seahorse
|
||||
totem
|
||||
yelp
|
||||
];
|
||||
|
||||
programs.dconf.profiles.gdm.databases = with builtins.elemAt programs.dconf.profiles.user.databases 0; [{
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = settings."org/gnome/desktop/interface";
|
||||
|
|
Loading…
Reference in a new issue