From 21dbcb3113309235380118b20248484a0c93fea0 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 6 Apr 2026 16:23:03 -0500 Subject: [PATCH] feat: aws-cli and cargo on lithic --- home/hosts/lithic/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/hosts/lithic/default.nix b/home/hosts/lithic/default.nix index e8a75c3..8b0695f 100644 --- a/home/hosts/lithic/default.nix +++ b/home/hosts/lithic/default.nix @@ -19,12 +19,15 @@ in home = { packages = with pkgs; [ ansible + awscli2 + cargo direnv home-manager python3Packages.ipython just nixVersions.stable pre-commit + rustc ]; username = username; homeDirectory = "/Users/${username}";