From f77fd9a19b952551117d300a02af3fde5b3aa286 Mon Sep 17 00:00:00 2001 From: clay53 Date: Sun, 8 Mar 2026 15:39:56 -0400 Subject: [PATCH] some base packages for pinephonepro --- pinephonepro/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pinephonepro/configuration.nix b/pinephonepro/configuration.nix index c5459dc..b2b7ada 100644 --- a/pinephonepro/configuration.nix +++ b/pinephonepro/configuration.nix @@ -54,6 +54,13 @@ ]; }; + environment.systemPackages = with pkgs; [ + neovim + git + htop + fastfetch + ]; + # 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