feat: aws-cli and cargo on lithic

This commit is contained in:
Greg Hellings
2026-04-06 16:23:03 -05:00
parent 6b7f54d0a2
commit 21dbcb3113
+3
View File
@@ -19,12 +19,15 @@ in
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
ansible ansible
awscli2
cargo
direnv direnv
home-manager home-manager
python3Packages.ipython python3Packages.ipython
just just
nixVersions.stable nixVersions.stable
pre-commit pre-commit
rustc
]; ];
username = username; username = username;
homeDirectory = "/Users/${username}"; homeDirectory = "/Users/${username}";