mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-24 18:12:18 +00:00
Compare commits
2 commits
d6732fe484
...
c8f2453a70
Author | SHA1 | Date | |
---|---|---|---|
c8f2453a70 | |||
deaef3cacc |
2 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
powershell # Powershell
|
||||
pssh # Parallel SSH
|
||||
python3 # Python 3
|
||||
rsync # Remote sync
|
||||
tldr # TLDR pages
|
||||
unzip # unzip it
|
||||
zip # zip it
|
||||
|
|
|
@ -8,12 +8,13 @@
|
|||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
android-tools # Android SDK
|
||||
awscli # AWS CLI
|
||||
envsubst # Envvar substitution for Go
|
||||
google-cloud-sdk # GCP CLI
|
||||
hugo # Static site generator
|
||||
kubectl # Container wrangler
|
||||
nil # Nix LSP
|
||||
# nix-inspect # See which pkgs are in your Path
|
||||
nixfmt # Nix formatter
|
||||
packer # Hashicorp packer
|
||||
terraform # Hashicorp terraform
|
||||
|
|
Loading…
Reference in a new issue