From 883a824e31f93caf2fb1d8638cde5adb66229c0e Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Tue, 7 Jun 2022 14:47:01 +0100 Subject: [PATCH] cdplap: add aws command --- home/aws.nix | 1 + 1 file changed, 1 insertion(+) create mode 100644 home/aws.nix diff --git a/home/aws.nix b/home/aws.nix new file mode 100644 index 0000000..4e336f8 --- /dev/null +++ b/home/aws.nix @@ -0,0 +1 @@ +{ pkgs, ... }: { home.packages = with pkgs; [ awscli2 ]; }