feat: add helm plugins declaratively

This commit is contained in:
2026-02-06 15:23:35 +01:00
parent dcb525cce2
commit e21411c2f9
2 changed files with 19 additions and 2 deletions

View File

@@ -7,12 +7,14 @@
k3d
kubectl
kubernetes
kubernetes-helm
kustomize
minikube
opentofu
upbound
];
imports = [ ./k9s.nix ];
imports = [
./helm.nix
./k9s.nix
];
}