feat(kubernetes): Add helm package, kubectl-aliases plugin
Some checks failed
Perform checks / nix_flake_check (push) Failing after 9m42s
Perform checks / formatting (push) Failing after 10m6s

This commit is contained in:
Jiří Štefka 2025-09-05 12:50:49 +02:00
parent eb7bdc3cc6
commit a803808fd2
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

@ -25,9 +25,14 @@ in {
''; '';
}; };
programs.zsh.antidote.plugins = [
"ahmetb/kubectl-aliases kind:defer path:.kubectl_aliases"
];
home.packages = with pkgs; [ home.packages = with pkgs; [
minikube minikube
kubectl kubectl
helm
kubectx kubectx
k9s k9s
]; ];