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