chore: remove some unused Gnome packages

This commit is contained in:
Oliver Davies 2022-11-02 20:41:36 +00:00
parent 4604600e04
commit c2cfbe0c85

View file

@ -103,6 +103,24 @@ in
]; ];
}; };
environment.gnome.excludePackages = (with pkgs; [
gnome-photos
gnome-tour
]) ++ (with pkgs.gnome; [
atomix
cheese
evince
geary
gedit
gnome-characters
gnome-music
gnome-terminal
hitori
iagno
tali
totem
]);
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;