feat: add 'k8s' home module

This commit is contained in:
2026-02-02 16:53:20 +01:00
parent 0778b12305
commit f57cabb186
5 changed files with 21 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
argocd
fluxcd
k3d
kubectl
kubernetes
kubernetes-helm
kustomize
minikube
opentofu
upbound
];
imports = [ ./k9s.nix ];
}