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