cdplap: add aws command

This commit is contained in:
Sam W 2022-06-07 14:47:01 +01:00
parent 86916465af
commit 883a824e31
1 changed files with 1 additions and 0 deletions

1
home/aws.nix Normal file
View File

@ -0,0 +1 @@
{ pkgs, ... }: { home.packages = with pkgs; [ awscli2 ]; }