1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 14:33:45 +01:00

cdplap: add aws command

This commit is contained in:
Sam W 2022-06-07 14:47:01 +01:00
parent 86916465af
commit 883a824e31

1
home/aws.nix Normal file
View File

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