From 5b4e0d94fee2076ef3891eede6c50e837dcf7013 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 9 Jan 2023 15:42:36 +0000 Subject: [PATCH] Remove some non-mobile applications --- systems/pinephone.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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