Refactors, konawall-py for darwin, sumireko update to Sonoma

This commit is contained in:
Kat Inskip 2023-11-15 11:10:44 -08:00
parent 091ddb5b91
commit bc61d82487
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
151 changed files with 691 additions and 792 deletions

View file

@ -0,0 +1,25 @@
{pkgs, ...}: {
home.packages = with pkgs; [
# IAC
terraform # iac tool
# Kubernetes
kubectl # kubectl
k9s # cute k8s client, canines~
kubernetes-helm # k8s package manager
# AWS
awscli2 # awscli v2
# Nix
deadnix # nix dead-code scanner
alejandra # nix code formatter
statix # nix anti-pattern finder
rnix-lsp # vscode nix extensions
deploy-rs.deploy-rs # deployment system
];
}