feat: add 'k8s' home module
This commit is contained in:
18
home/modules/k8s/default.nix
Normal file
18
home/modules/k8s/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
argocd
|
||||
fluxcd
|
||||
k3d
|
||||
kubectl
|
||||
kubernetes
|
||||
kubernetes-helm
|
||||
kustomize
|
||||
minikube
|
||||
opentofu
|
||||
upbound
|
||||
];
|
||||
|
||||
imports = [ ./k9s.nix ];
|
||||
}
|
||||
Reference in New Issue
Block a user