From c2262b1e05a14e3ee098483209b0ab2ca9800c54 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sat, 31 Dec 2022 19:14:28 +0000 Subject: [PATCH] Update pinephone.nix --- systems/pinephone.nix | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/systems/pinephone.nix b/systems/pinephone.nix index 1f882c8..fb4541f 100644 --- a/systems/pinephone.nix +++ b/systems/pinephone.nix @@ -58,16 +58,30 @@ "wheel" ]; - packages = with pkgs; [ - gnome.gnome-clocks - grim - portfolio-filemanager - ]; - }; + # GUI + packages = with pkgs; [ + deja-dup + foliate + headlines + gnome.gnome-clocks + gnome.gnome-calculator + gnome-feeds + gnome-photos + gnome-podcasts + lollypop + marker + portfolio-filemanager + spot + tootle + + # CLI + grim + + ]; +}; time.timeZone = "America/Denver"; - # 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