feat: aws-cli and cargo on lithic
This commit is contained in:
@@ -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}";
|
||||||
|
|||||||
Reference in New Issue
Block a user