diff --git a/systems/pinephone.nix b/systems/pinephone.nix index d1fdadc..4f2c6d0 100644 --- a/systems/pinephone.nix +++ b/systems/pinephone.nix @@ -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. It‘s perfectly fine and recommended to leave