Compare commits

..

2 commits

Author SHA1 Message Date
c8f2453a70 add rsync package 2024-01-17 15:14:08 -06:00
deaef3cacc cli-extras: add android-tools, envsubst 2024-01-17 09:59:21 -06:00
2 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,7 @@
powershell # Powershell powershell # Powershell
pssh # Parallel SSH pssh # Parallel SSH
python3 # Python 3 python3 # Python 3
rsync # Remote sync
tldr # TLDR pages tldr # TLDR pages
unzip # unzip it unzip # unzip it
zip # zip it zip # zip it

View file

@ -8,12 +8,13 @@
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
android-tools # Android SDK
awscli # AWS CLI awscli # AWS CLI
envsubst # Envvar substitution for Go
google-cloud-sdk # GCP CLI google-cloud-sdk # GCP CLI
hugo # Static site generator hugo # Static site generator
kubectl # Container wrangler kubectl # Container wrangler
nil # Nix LSP nil # Nix LSP
# nix-inspect # See which pkgs are in your Path
nixfmt # Nix formatter nixfmt # Nix formatter
packer # Hashicorp packer packer # Hashicorp packer
terraform # Hashicorp terraform terraform # Hashicorp terraform