mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
Refactors, konawall-py for darwin, sumireko update to Sonoma
This commit is contained in:
parent
091ddb5b91
commit
bc61d82487
151 changed files with 691 additions and 792 deletions
25
home/profiles/devops/packages.nix
Normal file
25
home/profiles/devops/packages.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue