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}";