From d9d21a7462e53e446c3a2d0dee88dd91bcfc8d19 Mon Sep 17 00:00:00 2001 From: sloane <1699281+sloanelybutsurely@users.noreply.github.com> Date: Tue, 21 May 2024 12:19:42 -0400 Subject: [PATCH] install httpie, awscli --- .config/nix-darwin/hosts/tid27880sperrau/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/nix-darwin/hosts/tid27880sperrau/default.nix b/.config/nix-darwin/hosts/tid27880sperrau/default.nix index 8dda32a..37a213b 100644 --- a/.config/nix-darwin/hosts/tid27880sperrau/default.nix +++ b/.config/nix-darwin/hosts/tid27880sperrau/default.nix @@ -2,7 +2,14 @@ { nixpkgs.hostPlatform = "aarch64-darwin"; + environment.systemPackages = with pkgs; [ + httpie + ]; + homebrew = { + brews = [ + "awscli" + ]; casks = [ "slack" ];