Kubernetes admin module

This commit is contained in:
Filippo Berto 2022-11-14 16:55:22 +01:00
parent bed2b38661
commit 756f6f2e57
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 9 additions and 3 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
kubectl
kubernetes-helm
unstable.lens
];
}