Remove some non-mobile applications

This commit is contained in:
Aaron Honeycutt 2023-01-09 15:42:36 +00:00
parent e3c75c90db
commit 5b4e0d94fe

View file

@ -81,6 +81,12 @@
];
};
# Remove non-friendly GNOME packages
environment.gnome.excludePackages = (with pkgs; [
gnome-photos
gnome-tour
]);
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave