From 7b9fe95a80d16b17c80187f631a05e1700ebe5ae Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 30 Dec 2022 15:29:32 +0000 Subject: [PATCH] Update pinephone.nix --- systems/pinephone.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/systems/pinephone.nix b/systems/pinephone.nix index c9cfe18..1f882c8 100644 --- a/systems/pinephone.nix +++ b/systems/pinephone.nix @@ -56,12 +56,18 @@ "networkmanager" "video" "wheel" - ]; + ]; + packages = with pkgs; [ + gnome.gnome-clocks grim + portfolio-filemanager ]; }; + 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