From ab8a7b5e3eb289f16049d839e60cb9dcc9519d4e Mon Sep 17 00:00:00 2001 From: Joshua Yuen Date: Wed, 30 Jul 2025 01:11:50 -0400 Subject: [PATCH] Add tldr and vim packages --- modules/core/packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/core/packages.nix b/modules/core/packages.nix index 206e3f1..c723759 100644 --- a/modules/core/packages.nix +++ b/modules/core/packages.nix @@ -10,5 +10,7 @@ environment.systemPackages = with pkgs; [ git + tldr + vim ]; } \ No newline at end of file